chore(deps): update dependency tunit to 0.90.45
Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| TUnit | nuget | minor | 0.53.0 -> 0.90.45 |
Release Notes
thomhurst/TUnit (TUnit)
v0.90.45: 0.90.45
What's Changed
đź‘’ Dependencies
- chore(deps): update tunit to 0.90.42 by @​thomhurst in #​3702
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.42...v0.90.45
v0.90.42: 0.90.42
What's Changed
🏕 Changes
- feat: enable conditional source generation based on configuration property by @​thomhurst in #​3699
- refactor: adjust parallelism handling in TestScheduler for better resource management by @​thomhurst in #​3701
đź‘’ Dependencies
- chore(deps): update tunit to 0.90.38 by @​thomhurst in #​3698
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.38...v0.90.42
v0.90.38: 0.90.38
What's Changed
🏕 Changes
- refactor: optimize injection and initialization tasks for better performance and reduced allocations by @​thomhurst in #​3696
đź‘’ Dependencies
- chore(deps): update tunit to 0.90.35 by @​thomhurst in #​3694
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.35...v0.90.38
v0.90.35: 0.90.35
What's Changed
🏕 Changes
- perf: improve lock contention and async overhead by @​thomhurst in #​3693
đź‘’ Dependencies
- chore(deps): update tunit to 0.90.32 by @​thomhurst in #​3691
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.32...v0.90.35
v0.90.32: 0.90.32
What's Changed
🏕 Changes
- perf: optimize test execution by partitioning tests by @​thomhurst in #​3676
- fix: fix nested classes conflicting with the same testid by @​thomhurst in #​3690
đź‘’ Dependencies
- chore(deps): update tunit to 0.90.28 by @​thomhurst in #​3687
- chore(deps): update docker/setup-docker-action action to v4.5.0 by @​thomhurst in #​3688
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.28...v0.90.32
v0.90.28: 0.90.28
What's Changed
🏕 Changes
- fix: enhance filename generation to include all containing types by @​thomhurst in #​3686
đź‘’ Dependencies
- chore(deps): update tunit to 0.90.19 by @​thomhurst in #​3675
- chore(deps): update dependency verify.nunit to 31.4.2 by @​thomhurst in #​3679
- chore(deps): update dependency verify to 31.4.2 by @​thomhurst in #​3678
- chore(deps): update dependency verify.tunit to 31.4.2 by @​thomhurst in #​3680
- chore(deps): update dependency verify.nunit to 31.4.3 by @​thomhurst in #​3682
- chore(deps): update dependency verify to 31.4.3 by @​thomhurst in #​3681
- chore(deps): update dependency verify.tunit to 31.4.3 by @​thomhurst in #​3683
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.19...v0.90.28
v0.90.19: 0.90.19
What's Changed
🏕 Changes
- perf: optimize AsyncConsoleWriter for batch processing and increase default parallel limit by @​thomhurst in #​3674
đź‘’ Dependencies
- chore(deps): update tunit to 0.90.17 by @​thomhurst in #​3673
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.17...v0.90.19
v0.90.17: 0.90.17
What's Changed
🏕 Changes
- fix: Microsoft.Bcl.AsyncInterfaces version conflicts by @​thomhurst in #​3671
- feat: add option to require exact exception type in ExceptionParameterNameAssertion by @​thomhurst in #​3672
đź‘’ Dependencies
- chore(deps): update dependency verify.nunit to 31.4.1 by @​thomhurst in #​3659
- chore(deps): update dependency verify to 31.4.1 by @​thomhurst in #​3658
- chore(deps): update tunit by @​thomhurst in #​3660
- chore(deps): update dependency xunit.v3.assert to 3.2.0 by @​thomhurst in #​3663
- chore(deps): update dependency xunit.v3 to 3.2.0 by @​thomhurst in #​3662
- chore(deps): update dependency xunit.v3.extensibility.core to 3.2.0 by @​thomhurst in #​3664
- chore(deps): update dependency fluentvalidation.dependencyinjectionextensions to 12.1.0 by @​thomhurst in #​3669
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.6...v0.90.17
v0.90.6: 0.90.6
What's Changed
🏕 Changes
- feat: enhance initialization and execution with cancellation support by @​thomhurst in #​3655
- feat: enhance dynamic test queue with async wait support and optimize test scheduler by @​thomhurst in #​3657
đź‘’ Dependencies
- chore(deps): update tunit to 0.90.0 by @​thomhurst in #​3651
- chore(deps): update modularpipelines to 2.48.29 by @​thomhurst in #​3608
- chore(deps): update modularpipelines to 2.48.30 by @​thomhurst in #​3652
- chore(deps): update dependency nunit.analyzers to 4.11.2 by @​thomhurst in #​3656
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.0...v0.90.6
v0.90.0: 0.90.0
What's Changed
🏕 Changes
- feat: update StringEqualsAssertion to support nullable strings by @​thomhurst in #​3648
- feat: add ConfigureThreadPool method to optimize parallel test execution by @​thomhurst in #​3650
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.89.2...v0.90.0
v0.89.2: 0.89.2
What's Changed
🏕 Changes
- feat: enhance error handling by introducing TestExecutionException to aggregate hook and event receiver errors by @​thomhurst in #​3647
đź‘’ Dependencies
- chore(deps): update tunit to 0.89.0 by @​thomhurst in #​3649
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.89.0...v0.89.2
v0.89.0: 0.89.0
What's Changed
🏕 Changes
- Add IsZero() and IsNotZero() assertions for all numeric types by @​Copilot in #​3642
- ensure test dependencies are run if filtering to single test by @​thomhurst in #​3639
- refactor: optimize string handling and performance in various components by @​thomhurst in #​3641
- feat: add support for method body inlining in generated assertions for file-scoped classes by @​thomhurst in #​3645
đź‘’ Dependencies
- chore(deps): update tunit to 0.88.0 by @​thomhurst in #​3638
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.88.0...v0.89.0
v0.88.0: 0.88.0
What's Changed
🏕 Changes
- Enhance migration documentation for NUnit and xUnit and MSTest to TUnit by @​thomhurst in #​3622
- fix: WaitsFor not returning latest captured value by @​thomhurst in #​3626
- feat: add support for enabling/disabling TUnit source generation via project properties by @​thomhurst in #​3635
- refactor: preserve original trivia in syntax transformations and clean up trailing newlines in migration code by @​thomhurst in #​3625
- fix: IsNotNull assertion by @​thomhurst in #​3634
- Allow injecting mix-and-match data sources to different parameters by @​thomhurst in #​3636
đź‘’ Dependencies
- chore(deps): update tunit to 0.87.8 by @​thomhurst in #​3618
- chore(deps): update dependency verify.nunit to 31.4.0 by @​thomhurst in #​3629
- chore(deps): update dependency verify to 31.4.0 by @​thomhurst in #​3628
- chore(deps): update dependency verify.tunit to 31.4.0 by @​thomhurst in #​3630
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.87.8...v0.88.0
v0.87.8: 0.87.8
What's Changed
🏕 Changes
- feat(execution): Enhance result overriding with validation by @​thomhurst in #​3603
- refactor: replace Dictionary with ConcurrentDictionary for thread-safe property injection by @​thomhurst in #​3617
đź‘’ Dependencies
- chore(deps): update dependency benchmarkdotnet to 0.15.5 by @​thomhurst in #​3610
- chore(deps): update tunit to 0.86.10 by @​thomhurst in #​3612
- chore(deps): update dependency benchmarkdotnet.annotations to 0.15.5 by @​thomhurst in #​3611
- chore(deps): update dependency nunit.analyzers to 4.11.1 by @​thomhurst in #​3614
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.86.10...v0.87.8
v0.86.10: 0.86.10
What's Changed
🏕 Changes
- Further tidy up of TestContext by @​thomhurst in #​3593
- feat(tests): Fix property injection initialisation within base classes by @​thomhurst in #​3601
- feat(async): add async mapping support in AssertionContext and EvaluationContext by @​thomhurst in #​3606
- feat: enhance skip functionality with dynamic skip reasons by @​thomhurst in #​3609
đź‘’ Dependencies
- chore(deps): update dependency tunit.core to 0.85.0 by @​thomhurst in #​3588
- chore(deps): update dependency tunit to 0.85.0 by @​thomhurst in #​3589
- chore(deps): update tunit by @​thomhurst in #​3590
- chore(deps): update tunit to 0.85.1 by @​thomhurst in #​3591
- chore(deps): update dependency modularpipelines.git to 2.48.1 by @​thomhurst in #​3592
- chore(deps): update tunit to 0.86.0 by @​thomhurst in #​3594
- chore(deps): update dependency verify.nunit to 31.3.0 by @​thomhurst in #​3599
- chore(deps): update dependency verify to 31.3.0 by @​thomhurst in #​3598
- chore(deps): update dependency verify.tunit to 31.3.0 by @​thomhurst in #​3600
- chore(deps): update tunit to 0.86.5 by @​thomhurst in #​3602
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.85.1...v0.86.10
v0.85.1: 0.85.1
What's Changed
🏕 Changes
- feat: return value from WaitsFor assertions by @​thomhurst in #​3587
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.85.0...v0.85.1
v0.85.0: 0.85.0
What's Changed
Breaking Changes đź›
- refactor: restructure TestContext for clarity and intellisense discoverability by @​thomhurst in #​3584
See more information here: https://tunit.dev/docs/migration/testcontext-interface-organization
đź‘’ Dependencies
- chore(deps): update tunit to 0.81.7 by @​thomhurst in #​3583
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.81.7...v0.85.0
v0.81.7: 0.81.7
What's Changed
🏕 Changes
- fix: resolve CS8620 and CS8619 warnings for Task assertions by @​thomhurst in #​3582
đź‘’ Dependencies
- chore(deps): update tunit to 0.81.0 by @​thomhurst in #​3581
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.81.0...v0.81.7
v0.81.0: 0.81.0
What's Changed
🏕 Changes
- feat(analyzer): add support for IAsyncInitializer.InitializeAsync method in DisposableFieldPropertyAnalyzer by @​thomhurst in #​3574
- TUnit package implicitly brings in Trx and Code Coverage packages by @​thomhurst in #​3577
- Simplify IsIn / IsNotIn assertions by @​thomhurst in #​3579
- perf: various performance enhancements by @​thomhurst in #​3568
đź‘’ Dependencies
- chore(deps): update tunit to 0.80.0 by @​thomhurst in #​3567
- chore(deps): update dependency nunit.analyzers to 4.11.0 by @​thomhurst in #​3569
- chore(deps): update dependency verify to 31.2.0 by @​thomhurst in #​3570
- chore(deps): update dependency verify.tunit to 31.2.0 by @​thomhurst in #​3572
- chore(deps): update dependency verify.nunit to 31.2.0 by @​thomhurst in #​3571
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.80.0...v0.81.0
v0.80.0: 0.80.0
What's Changed
🏕 Changes
- feat: refactor attribute handling to use a dictionary for better organization and access by @​thomhurst in #​3563
- fix: handle exceptions in ToString() for better argument formatting by @​thomhurst in #​3566
- Refactor test source generation to use deterministic filenames by @​thomhurst in #​3565
đź‘’ Dependencies
- chore(deps): update tunit to 0.79.0 by @​thomhurst in #​3564
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.79.0...v0.80.0
v0.79.0: 0.79.0
What's Changed
Breaking Changes đź›
- Remove deprecated/obsolete APIs by @​thomhurst in #​3560
🏕 Changes
- Register dynamic test variants at runtime for more flexible testing paradigms (e.g. Property-based Testing) by @​thomhurst in #​3556
- Fix various documentation snippets by @​thomhurst in #​3555
- Add more assertions documentation by @​thomhurst in #​3557
- Add test for negative category filter behavior with explicit tests by @​thomhurst in #​3559
- feat: add more regex assertions by @​thomhurst in #​3558
- feat: add source-generated assertions for various types using AssertionFrom attributes by @​thomhurst in #​3562
đź‘’ Dependencies
- chore(deps): update dependency verify to 31.1.0 by @​thomhurst in #​3549
- chore(deps): update tunit by @​thomhurst in #​3551
- chore(deps): update tunit to 0.78.0 by @​thomhurst in #​3553
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.78.0...v0.79.0
v0.78.0: 0.78.0
What's Changed
🏕 Changes
- feat: add WaitsFor assertion for polling asynchronous conditions by @​thomhurst in #​3546
- feat: introduce TestBuildingContext for optimized test building and filtering by @​thomhurst in #​3547
đź‘’ Dependencies
- chore(deps): update dependency dotnet-sdk to v9.0.306 by @​thomhurst in #​3544
- chore(deps): update tunit to 0.77.10 by @​thomhurst in #​3545
- chore(deps): update dependency node to v24 by @​thomhurst in #​3548
- chore(deps): update dependency verify.nunit to 31.1.0 by @​thomhurst in #​3550
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.77.10...v0.78.0
v0.77.10: 0.77.10
What's Changed
🏕 Changes
- Update Docs by @​HakamFostok in #​3541
- Fix ArgumentDisplayFormatter ignored due to premature display name caching by @​Copilot in #​3543
đź‘’ Dependencies
- chore(deps): update tunit to 0.77.3 by @​thomhurst in #​3536
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.77.3...v0.77.10
v0.77.3: 0.77.3
What's Changed
🏕 Changes
- analyzer: include referenced assemblies when retrieving all named types in compilation by @​thomhurst in #​3529
- perf: optimize asynchronous event handling with lock-free operations and immutable collections by @​thomhurst in #​3535
đź‘’ Dependencies
- chore(deps): update tunit to 0.77.0 by @​thomhurst in #​3534
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.77.0...v0.77.3
v0.77.0: 0.77.0
What's Changed
🏕 Changes
- refactor: adjust default max parallelism limit by @​thomhurst in #​3533
đź‘’ Dependencies
- chore(deps): update tunit to 0.76.26 by @​thomhurst in #​3531
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.76.26...v0.77.0
v0.76.26: 0.76.26
What's Changed
🏕 Changes
- [Docs] Add section on using return values from awaited assertions by @​sliekens in #​3523
- feat: add IsNotNullAssertionSuppressor to suppress nullability warnings after non-null assertions by @​thomhurst in #​3506
- refactor: optimize task handling by replacing Task with ValueTask for improved performance by @​thomhurst in #​3528
- feat: implement custom hook executor support for test execution by @​thomhurst in #​3357
đź‘’ Dependencies
- chore(deps): update tunit to 0.76.18 by @​thomhurst in #​3524
- chore(deps): update dependency verify to 31.0.5 by @​thomhurst in #​3525
- chore(deps): update dependency verify.nunit to 31.0.5 by @​thomhurst in #​3526
- chore(deps): update dependency verify.tunit to 31.0.5 by @​thomhurst in #​3527
New Contributors
- @​sliekens made their first contribution in #​3523
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.76.18...v0.76.26
v0.76.18: 0.76.18
What's Changed
🏕 Changes
- fix: ensure immediate task execution by using Task.Run in TestScheduler by @​thomhurst in #​3510
- Add more assertion
Memberoverloads for better type inference by @​thomhurst in #​3518 - feat: enhance AbstractTestClassWithDataSourcesAnalyzer by @​thomhurst in #​3519
- feat: add SkipIfEmpty property to data source attributes to control test execution behavior by @​thomhurst in #​3520
- refactor: streamline exception assertion methods and improve type inference by @​thomhurst in #​3522
- refactor: ignore types with invalid accessibility by @​thomhurst in #​3508
đź‘’ Dependencies
- chore(deps): update tunit to 0.76.11 by @​thomhurst in #​3516
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.76.11...v0.76.18
v0.76.11: 0.76.11
What's Changed
🏕 Changes
- feat: enhance Polyfill handling for Central Package Management and improve documentation by @​thomhurst in #​3512
- feat: simplify IsTypeOf assertions by removing redundant type parameters by @​thomhurst in #​3515
đź‘’ Dependencies
- chore(deps): update tunit to 0.76.7 by @​thomhurst in #​3505
- chore(deps): update sourcy to 0.7.9 by @​thomhurst in #​3514
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.76.7...v0.76.11
v0.76.7: 0.76.7
What's Changed
🏕 Changes
- Docs by @​HakamFostok in #​3371
- fix: prevent crashes in TypeOfExpression and nameof() with error handling by @​thomhurst in #​3499
- fix: increase test discovery timeout to 5 minutes by @​thomhurst in #​3502
- feat: introduce ReflectionMode attribute and enhance execution mode handling by @​thomhurst in #​3504
đź‘’ Dependencies
- chore(deps): update actions/download-artifact action to v6 by @​thomhurst in #​3501
- chore(deps): update tunit to 0.76.0 by @​thomhurst in #​3500
- chore(deps): update actions/upload-artifact action to v5 by @​thomhurst in #​3503
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.76.0...v0.76.7
v0.76.0: 0.76.0
What's Changed
🏕 Changes
- Add parallelism debug logging by @​thomhurst in #​3493
- feat: add DecimalEqualsAssertion for decimal comparisons with tolerance by @​thomhurst in #​3496
- fix: resolve issue with IsEquivalentTo for nested collections in records by @​thomhurst in #​3498
- feat: add Member assertion methods for collection types by @​thomhurst in #​3497
- Improve AOT annotations + Various fixes by @​thomhurst in #​3485
đź‘’ Dependencies
- chore(deps): update tunit to 0.75.30 by @​thomhurst in #​3488
- chore(deps): update dependency microsoft.extensions.servicediscovery to 9.5.2 by @​thomhurst in #​3492
- chore(deps): update aspire to 9.5.2 by @​thomhurst in #​3491
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.75.30...v0.76.0
v0.75.30: 0.75.30
What's Changed
🏕 Changes
đź‘’ Dependencies
- chore(deps): update tunit to 0.75.11 by @​thomhurst in #​3482
- chore(deps): update actions/download-artifact action to v5 by @​thomhurst in #​3483
New Contributors
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.75.11...v0.75.30
v0.75.11: 0.75.11
What's Changed
🏕 Changes
- feat: impprove type inference for some collection assertions by @​thomhurst in #​3481
đź‘’ Dependencies
- chore(deps): update tunit to 0.75.4 by @​thomhurst in #​3476
- chore(deps): update dependency testcontainers.kafka to 4.8.1 by @​thomhurst in #​3477
- chore(deps): update tunit to 0.75.5 by @​thomhurst in #​3480
- chore(deps): update dependency testcontainers.redis to 4.8.1 by @​thomhurst in #​3479
- chore(deps): update dependency testcontainers.postgresql to 4.8.1 by @​thomhurst in #​3478
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.75.5...v0.75.11
v0.75.5: 0.75.5
What's Changed
🏕 Changes
- Performance tweaks by @​thomhurst in #​3474
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.75.4...v0.75.5
v0.75.4: 0.75.4
What's Changed
🏕 Changes
- feat(assertions): add CollectionNotNullAssertion for collection null checks with chaining support by @​thomhurst in #​3473
- feat(assertions): add nullable value type assertions for IsDefault and IsNotDefault by @​thomhurst in #​3475
đź‘’ Dependencies
- chore(deps): update tunit to 0.75.0 by @​thomhurst in #​3469
- chore(deps): update opentelemetry to 1.13.0 by @​thomhurst in #​3470
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.75.0...v0.75.4
v0.75.0: 0.75.0
What's Changed
🏕 Changes
- refactor(assertions): dictionary assertions now also pick up collection assertions by @​thomhurst in #​3466
- feat(assertions): re-add some lost assertions by @​thomhurst in #​3467
- fix(assertions): resolve StackOverflowException in chaining by @​thomhurst in #​3468
đź‘’ Dependencies
- chore(deps): update tunit to 0.74.2 by @​thomhurst in #​3460
- chore(deps): update dependency verify to 31.0.4 by @​thomhurst in #​3463
- chore(deps): update dependency verify.tunit to 31.0.4 by @​thomhurst in #​3465
- chore(deps): update dependency verify.nunit to 31.0.4 by @​thomhurst in #​3464
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.74.2...v0.75.0
v0.74.2: 0.74.2
What's Changed
🏕 Changes
- feat(assertions): implement structural equality comparison for collections by @​thomhurst in #​3458
đź‘’ Dependencies
- chore(deps): update tunit to 0.74.0 by @​thomhurst in #​3459
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.74.0...v0.74.2
v0.74.0: 0.74.0
What's Changed
🏕 Changes
- Playwright | additional constructor for page testing by @​AdemCatamak in #​3418
- refactor(assertions): enhance collection assertion types for improved type inference and chaining by @​thomhurst in #​3417
đź‘’ Dependencies
- chore(deps): update tunit to 0.73.19 by @​thomhurst in #​3444
- chore(deps): update dependency testcontainers.kafka to 4.8.0 by @​thomhurst in #​3449
- chore(deps): update dependency testcontainers.postgresql to 4.8.0 by @​thomhurst in #​3450
- chore(deps): update dependency testcontainers.redis to 4.8.0 by @​thomhurst in #​3451
- chore(deps): update dependency verify.nunit to 31.0.3 by @​thomhurst in #​3456
- chore(deps): update dependency verify to 31.0.3 by @​thomhurst in #​3455
- chore(deps): update dependency verify.tunit to 31.0.3 by @​thomhurst in #​3457
New Contributors
- @​AdemCatamak made their first contribution in #​3418
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.73.19...v0.74.0
v0.73.19: 0.73.19
What's Changed
🏕 Changes
- feat(assertions): add tests for Satisfies method with member assertions by @​thomhurst in #​3438
- feat(assertions): Source generate IsEqualTo extension methods by @​thomhurst in #​3434
- fix(assertions): fix compiler nullability analysis for IsNotNull assertions for nullable reference and value types by @​thomhurst in #​3442
- update skipped test handling to include skip reason by @​thomhurst in #​3443
đź‘’ Dependencies
- chore(deps): update tunit to 0.73.14 by @​thomhurst in #​3439
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.73.14...v0.73.19
v0.73.14: 0.73.14
What's Changed
🏕 Changes
- feat(assertions): enhance Map method to support automatic pending link transfer by @​thomhurst in #​3435
đź‘’ Dependencies
- chore(deps): update docusaurus to v3.9.2 by @​thomhurst in #​3430
- chore(deps): update tunit to 0.73.11 by @​thomhurst in #​3431
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.73.11...v0.73.14
v0.73.11: 0.73.11
What's Changed
🏕 Changes
- fix(event-receivers): invoke last test and skipped test event receivers by @​thomhurst in #​3415
- feat(assertions): add date and time assertions for improved readability by @​thomhurst in #​3424
- fix(assertions): add nullability checks for
[AssertionFrom<T>]generated assertions by @​thomhurst in #​3426 - fix(assertions): ensure previous assertions are validated before type conversion by @​thomhurst in #​3427
- fix(assertions): Resolve nullability warnings by @​thomhurst in #​3429
- fix(assertions): update HasSingleItem to return the single item when awaited by @​thomhurst in #​3428
đź‘’ Dependencies
- chore(deps): update tunit to 0.73.4 by @​thomhurst in #​3419
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.73.4...v0.73.11
v0.73.4: 0.73.4
What's Changed
🏕 Changes
- feat(assertions): add StringComparison parameter to string assertions by @​thomhurst in #​3411
- fix(assertions): fix NaN assertions with tolerance by @​thomhurst in #​3410
- refactor(assertions): enhance collection assertion types for improved type inference and chaining by @​thomhurst in #​3414
đź‘’ Dependencies
- chore(deps): update tunit to 0.73.0 by @​thomhurst in #​3413
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.73.0...v0.73.4
v0.73.0: 0.73.0
What's Changed
Breaking Changes đź›
- refactor(assertions): update member assertion syntax for improved chaining by @​thomhurst in #​3409
đź‘’ Dependencies
- chore(deps): update microsoft.extensions by @​thomhurst in #​3389
- chore(deps): update tunit to 0.72.0 by @​thomhurst in #​3358
- chore(deps): update dependency verify.nunit to 31.0.2 by @​thomhurst in #​3403
- chore(deps): update dependency verify to 31.0.2 by @​thomhurst in #​3402
- chore(deps): update dependency verify.tunit to 31.0.2 by @​thomhurst in #​3404
- chore(deps): update docker/setup-docker-action action to v4.4.0 by @​thomhurst in #​3408
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.72.0...v0.73.0
v0.72.0: 0.72.0
What's Changed
🏕 Changes
- feat: enhance empty collection assertions with detailed failure messages by @​thomhurst in #​3383
- Add IsOrderedBy(Descending) and fix IsTypeOf<T> assertion by @​thomhurst in #​3396
- Fix Assertion Nullability warnings by @​thomhurst in #​3397
- feat: add collection count assertions for GreaterThan, LessThan, LessThanOrEqualTo, Between, Zero, and NotEqualTo by @​thomhurst in #​3398
đź‘’ Dependencies
- chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 9.0.306 by @​thomhurst in #​3384
- chore(deps): update dependency system.commandline to 2.0.0-rc.2.25502.107 by @​thomhurst in #​3385
- chore(deps): update microsoft.aspnetcore to 9.0.10 by @​thomhurst in #​3388
Full Changelog: <https://github.com/thomhurst/TUnit/compare/v0.71.4...v
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.