Update dependency TUnit to 0.25.21
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| TUnit | nuget | minor | 0.19.52 -> 0.25.21 |
Release Notes
thomhurst/TUnit (TUnit)
v0.25.21: 0.25.21
What's Changed
🏕 Changes
- New README! by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2530
- Fix Assert.Throws Type Check by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2540
đź‘’ Dependencies
- chore(deps): update docusaurus to v3.8.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2526
- chore(deps): update dependency xunit.v3.assert to 2.0.3 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2528
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2527
- chore(deps): update dependency xunit.v3.extensibility.core to 2.0.3 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2529
- chore(deps): update dependency cliwrap to 3.9.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2534
- chore(deps): update dependency benchmarkdotnet to 0.15.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2537
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.25.6...v0.25.21
v0.25.6: 0.25.6
What's Changed
🏕 Changes
- Add file based csharp app example to docs by @​licon4812 in https://github.com/thomhurst/TUnit/pull/2519
- Improve ValueDelegateAssertion failure messages if an exception was thrown in the delegate by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2522
đź‘’ Dependencies
- chore(deps): update dependency dotnet-sdk to v9.0.300 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2516
- chore(deps): update dependency vogen to 7.0.4 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2518
- chore(deps): update dependency testcontainers.redis to 4.5.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2521
- chore(deps): update dependency testcontainers.postgresql to 4.5.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2520
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.25.0...v0.25.6
v0.25.0: 0.25.0
What's Changed
Breaking Changes đź›
- Refactored Context objects so they can access their parent (Test > Class > Assembly > Session) by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2505
🏕 Changes
- docs: Further XML Summaries for
TUnit.Core/Attributesby @​samtrion in https://github.com/thomhurst/TUnit/pull/2509 - docs: XML Summaries for
TUnit.Core/Interfacesby @​samtrion in https://github.com/thomhurst/TUnit/pull/2510 - feature: Added
ExcludeOnAttributeandRunOnAttributeby @​samtrion in https://github.com/thomhurst/TUnit/pull/2512
đź‘’ Dependencies
- chore(deps): update tunit to 0.24.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2498
- chore(deps): update dependency microsoft.net.test.sdk to 17.14.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2511
- chore(deps): update dependency verify.nunit to 30.3.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2513
- chore(deps): update dependency verify.tunit to 30.3.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2514
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.24.0...v0.25.0
v0.24.0: 0.24.0
What's Changed
🏕 Changes
- Allow injecting ClassDataSource properties into other ClassDataSource objects by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2497
đź‘’ Dependencies
- chore(deps): update tunit to 0.23.5 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2494
- chore(deps): update dependency verify.nunit to 30.3.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2495
- chore(deps): update dependency verify.tunit to 30.3.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2496
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.23.5...v0.24.0
v0.23.5: 0.23.5
What's Changed
🏕 Changes
- Fix NRE on XUnitMigrationAnalyzer and Simplify Analyzer project files by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2493
đź‘’ Dependencies
- chore(deps): update tunit to 0.23.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2487
- chore(deps): update dependency verify.nunit to 30.2.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2491
- chore(deps): update dependency verify.tunit to 30.2.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2492
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.23.0...v0.23.5
v0.23.0: 0.23.0
What's Changed
Breaking Changes đź›
- Allow multiple property values with the same key by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2485
🏕 Changes
- Allow Assert.Fail to be used inside Assert.Multiple. by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2483
đź‘’ Dependencies
- chore(deps): update tunit to 0.22.31 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2484
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.22.31...v0.23.0
v0.22.31: 0.22.31
What's Changed
🏕 Changes
- chore: Extended
Assert.ThrowandAssert.ThrowAsyncwith ParameterName Overload by @​samtrion in https://github.com/thomhurst/TUnit/pull/2476 - Rework Assert.ThrowsAsync<> to return an assertion builder for further chaining by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2479
- Improve XUnit Migration Analyzer by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2482
đź‘’ Dependencies
- chore(deps): update tunit to 0.22.24 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2471
- chore(deps): update dependency nunit.analyzers to 4.8.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2474
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.22.24...v0.22.31
v0.22.24: 0.22.24
What's Changed
🏕 Changes
- docs: Added XML docs for the first batch of TUnit Attributes by @​samtrion in https://github.com/thomhurst/TUnit/pull/2468
đź‘’ Dependencies
- chore(deps): update tunit to 0.22.20 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2466
- chore(deps): update dependency polyfill to 7.33.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2469
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.22.20...v0.22.24
v0.22.20: 0.22.20
What's Changed
🏕 Changes
- xUnit TheoryData Migration Code Fix by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2464
- XUnit ITestOutputHelper Migration Code Fixers by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2465
đź‘’ Dependencies
- chore(deps): update modularpipelines to 2.44.45 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2454
- chore(deps): update tunit to 0.22.12 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2455
- chore(deps): update docusaurus to v3.8.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2461
- chore(deps): update microsoft.testing to 1.7.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2462
- chore(deps): update mstest to 3.9.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2463
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.22.12...v0.22.20
v0.22.12: 0.22.12
What's Changed
🏕 Changes
- Simplify xUnit Migration Code Fixer by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2452
đź‘’ Dependencies
- chore(deps): update tunit to 0.22.10 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2451
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.22.10...v0.22.12
v0.22.10: 0.22.10
What's Changed
🏕 Changes
- Fix DependsOn not working when a test takes a reference type argument by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2450
đź‘’ Dependencies
- chore(deps): update tunit to 0.22.6 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2445
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.22.6...v0.22.10
v0.22.6: 0.22.6
What's Changed
🏕 Changes
- Reorganise Documentation Site by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2444
đź‘’ Dependencies
- chore(deps): update tunit to 0.22.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2438
- chore(deps): update dependency nunit.analyzers to 4.8.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2439
- chore(deps): update System.Text.Json to version 8.0.5 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2443
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.22.0...v0.22.6
v0.22.0: 0.22.0
What's Changed
Breaking Changes đź›
- Don't overwrite LangVersion if set and check raise diagnostic error if level not high enough by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2437
🏕 Changes
- Updated TUnit.Assertions.FSharp.Operations check function to support assertions with Throw Type by @​licon4812 in https://github.com/thomhurst/TUnit/pull/2431
- Fix multiple data-driven tests not all being picked up in a [DependsOn] by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2436
đź‘’ Dependencies
- chore(deps): update tunit to 0.21.16 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2430
- chore(deps): update dependency polyfill to 7.32.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2432
- chore(deps): update dependency benchmarkdotnet to 0.15.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2434
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.21.16...v0.22.0
v0.21.16: 0.21.16
What's Changed
🏕 Changes
- F# ASP.NET templates by @​licon4812 in https://github.com/thomhurst/TUnit/pull/2429
đź‘’ Dependencies
- chore(deps): update tunit to 0.21.13 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2424
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.21.13...v0.21.16
v0.21.13: 0.21.13
What's Changed
🏕 Changes
- Add CompilerVisibleProperty
EnableTUnitPolyfillsby @​thomhurst in https://github.com/thomhurst/TUnit/pull/2421 - Downgrade System.Text.Json to improve compatibility and reduce version conflicts with consumers by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2420
đź‘’ Dependencies
- chore(deps): update dependency microsoft.net.test.sdk to 17.14.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2415
- chore(deps): update mstest to 3.9.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2418
- chore(deps): update microsoft.testing to 1.7.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2416
- chore(deps): update tunit to 0.21.7 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2417
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.21.7...v0.21.13
v0.21.7: 0.21.7
What's Changed
🏕 Changes
- Adding F# and VB.NET Basic templates by @​licon4812 in https://github.com/thomhurst/TUnit/pull/2386
đź‘’ Dependencies
- chore(deps): update tunit to 0.21.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2413
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.21.1...v0.21.7
v0.21.1: 0.21.1
What's Changed
Breaking Changes đź›
- Override Results from an
AfterTestContextobject by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2401
🏕 Changes
- Non-Generic Attributes for F# and VB.NET by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2397
- Fix trim warnings by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2398
- IReadOnlyDictionary assertions by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2399
- New Advanced Tutorial F# Interactive by @​licon4812 in https://github.com/thomhurst/TUnit/pull/2403
- Added non Generic ClassConstructorAttribute for F# and VB.NET by @​licon4812 in https://github.com/thomhurst/TUnit/pull/2402
- PushVersionTagModule by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2405
- Fix AOT / Trimming Warnings by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2411
- Run tests sequentially when the debugger is attached by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2412
đź‘’ Dependencies
- chore(deps): update tunit to 0.20.16 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2384
- chore(deps): update tunit to 0.20.18 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2406
- chore(deps): update dependency microsoft.extensions.servicediscovery to 9.3.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2408
- chore(deps): update modularpipelines to 2.44.44 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2409
- chore(deps): update aspire to 9.3.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2407
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.20.11...v0.21.1
v0.20.18: 0.20.18
What's Changed
🏕 Changes
- Added non Generic ClassConstructorAttribute for F# and VB.NET by @​licon4812 in https://github.com/thomhurst/TUnit/pull/2402
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.20.17...v0.20.18
v0.20.16: 0.20.16
What's Changed
Breaking Changes đź›
- Override Results from an
AfterTestContextobject by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2401
🏕 Changes
- Non-Generic Attributes for F# and VB.NET by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2397
- Fix trim warnings by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2398
- IReadOnlyDictionary assertions by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2399
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.20.11...v0.20.16
v0.20.11: 0.20.11
What's Changed
🏕 Changes
- Improve Assembly Loading by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2394
- Install .NET 10 on the build pipeline agent by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2395
đź‘’ Dependencies
- chore(deps): update dependency nuget.protocol to 6.14.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2376
- chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 9.0.300 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2383
- chore(deps): update dependency system.threading.tasks.extensions to 4.6.3 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2392
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.20.4...v0.20.11
v0.20.4: 0.20.4
What's Changed
🏕 Changes
- FSharp Assertions by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2388
đź‘’ Dependencies
- chore(deps): update aspire to 9.2.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2236
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.20.0...v0.20.4
v0.20.0: 0.20.0
What's Changed
🏕 Changes
- Support F# and VB.NET via Reflection by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2250
đź‘’ Dependencies
- chore(deps): update nunit (major) by @​thomhurst in https://github.com/thomhurst/TUnit/pull/1790
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.151...v0.20.0
v0.19.148: 0.19.148
What's Changed
🏕 Changes
- Show target framework on GitHub report summaries by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2366
đź‘’ Dependencies
- chore(deps): update tunit to 0.19.143 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2361
- chore(deps): update dependency polyfill to 7.31.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2363
- chore(deps): update dependency verify.tunit to 30.1.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2364
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.143...v0.19.148
v0.19.143: 0.19.143
What's Changed
🏕 Changes
- If Hide Test Output is Enabled, then don't forward logs to the IOutputDevice by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2360
đź‘’ Dependencies
- chore(deps): update tunit to 0.19.140 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2358
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.140...v0.19.143
v0.19.140: 0.19.140
What's Changed
🏕 Changes
- Fix setting working directory to empty string on Android by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2356
đź‘’ Dependencies
- chore(deps): update tunit to 0.19.136 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2352
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.136...v0.19.140
v0.19.136: 0.19.136
What's Changed
🏕 Changes
- Fix KeyNotFoundException when comparing dictionaries by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2351
đź‘’ Dependencies
- chore(deps): update dependency xunit.v3.assert to 2.0.2 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2321
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2323
- chore(deps): update dependency xunit.v3.extensibility.core to 2.0.2 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2322
- chore(deps): update dependency polyfill to 7.28.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2324
- chore(deps): update dependency polyfill to 7.29.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2326
- chore(deps): update dependency fluentvalidation.dependencyinjectionextensions to v12 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2327
- chore(deps): update dependency opentelemetry.instrumentation.aspnetcore to 1.12.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2328
- chore(deps): update dependency opentelemetry.instrumentation.http to 1.12.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2331
- chore(deps): update dependency wiremock.net to 1.8.2 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2332
- chore(deps): update dependency opentelemetry.instrumentation.runtime to 1.12.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2333
- chore(deps): update dependency polyfill to 7.30.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2335
- chore(deps): update dependency wiremock.net to 1.8.3 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2336
- chore(deps): update dependency wiremock.net to 1.8.4 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2345
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.117...v0.19.136
v0.19.116: 0.19.116
What's Changed
🏕 Changes
- Fix Dictionary Equivalent assertion checking for index positions when… by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2312
đź‘’ Dependencies
- chore(deps): update tunit to 0.19.112 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2307
- chore(deps): update dependency verify.tunit to v30 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2310
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.112...v0.19.116
v0.19.112: 0.19.112
What's Changed
🏕 Changes
- Add DoesNotMatch assertion method for string regex validation by @​AnnaSasDev in https://github.com/thomhurst/TUnit/pull/2305
đź‘’ Dependencies
- chore(deps): update tunit to 0.19.86 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2275
- chore(deps): update dependency verify.tunit to 29.3.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2281
- chore(deps): update dependency verify.nunit to 29.3.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2280
- chore(deps): Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /docs by @​dependabot in https://github.com/thomhurst/TUnit/pull/2263
- chore(deps): update dependency microsoft.extensions.servicediscovery to 9.2.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2287
- chore(deps): update dependency verify.tunit to 29.3.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2294
- chore(deps): update dependency verify.nunit to 29.3.1 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2293
- chore(deps): update dependency verify.tunit to 29.4.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2299
- chore(deps): update dependency verify.nunit to 29.4.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2298
- chore(deps): update dependency wiremock.net to 1.8.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2300
- chore(deps): update opentelemetry to 1.12.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2301
- chore(deps): update dependency verify.nunit to 29.5.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2303
- chore(deps): update dependency microsoft.playwright to 1.52.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2302
- chore(deps): update dependency verify.tunit to 29.5.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2304
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.86...v0.19.112
v0.19.86: 0.19.86
What's Changed
🏕 Changes
- Change AssemblyLoader logic by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2274
đź‘’ Dependencies
- chore(deps): update tunit to 0.19.84 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2272
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.84...v0.19.86
v0.19.84: 0.19.84
What's Changed
🏕 Changes
- remove namespace and append guid to AssemblyLoader by @​SimonCropp in https://github.com/thomhurst/TUnit/pull/2269
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.83...v0.19.84
v0.19.82: 0.19.82
What's Changed
🏕 Changes
- Use Concurrent Collections in Test/Hook Population by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2265
đź‘’ Dependencies
- chore(deps): update tunit to 0.19.81 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2264
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.81...v0.19.82
v0.19.81: 0.19.81
What's Changed
🏕 Changes
- Automatically load referenced assemblies prior to generating test objects by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2261
đź‘’ Dependencies
- chore(deps): update tunit to 0.19.74 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2249
- chore(deps): update dependency polyfill to 7.27.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2251
- chore(deps): update dependency testcontainers.redis to 4.4.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2255
- chore(deps): update dependency testcontainers.postgresql to 4.4.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2254
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.74...v0.19.81
v0.19.74: 0.19.74
What's Changed
🏕 Changes
-
Assert.That(enumerable).HasCount(int)overload by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2247 -
IsNotEquivalentToassertion for non-enumerable types by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2248
đź‘’ Dependencies
- chore(deps): bump estree-util-value-to-estree from 3.0.1 to 3.3.3 in /docs by @​dependabot in https://github.com/thomhurst/TUnit/pull/2221
- chore(deps): Bump image-size from 1.1.1 to 1.2.1 in /docs by @​dependabot in https://github.com/thomhurst/TUnit/pull/2199
- chore(deps): update tunit to 0.19.64 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2234
- chore(deps): update dependency microsoft.extensions.servicediscovery to 9.2.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2237
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.64...v0.19.74
v0.19.64: 0.19.64
What's Changed
🏕 Changes
- Support
--maximum-failed-testsoption by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2233
đź‘’ Dependencies
- chore(deps): update tunit to 0.19.52 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2220
- chore(deps): update dependency polyfill to 7.26.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2223
- chore(deps): update dependency microsoft.bcl.asyncinterfaces to 9.0.4 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2224
- chore(deps): update dependency microsoft.extensions.dependencyinjection to 9.0.4 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2225
- chore(deps): update dependency microsoft.aspnetcore.testhost to 9.0.4 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2227
- chore(deps): update dependency system.collections.immutable to 9.0.4 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2228
- chore(deps): update dependency system.text.json to 9.0.4 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2229
- chore(deps): update microsoft.aspnetcore to 9.0.4 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2230
- chore(deps): update dependency microsoft.extensions.http.resilience to 9.4.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/2231
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.19.52...v0.19.64
Configuration
đź“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.