chore(deps): update all non-major dependencies
Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| JetBrains.Annotations (source) | 2025.2.2 -> 2025.2.4 |
nuget | patch | ||
| MSTest.TestAdapter | 3.10.4 -> 3.11.1 |
nuget | minor | ||
| MSTest.TestFramework | 3.10.4 -> 3.11.1 |
nuget | minor | ||
| NUnit3TestAdapter (source) | 5.1.0 -> 5.2.0 |
nuget | minor | ||
| Serilog.Sinks.Console | 6.0.0 -> 6.1.1 |
nuget | minor | ||
| TUnit | 0.61.39 -> 0.90.45 |
nuget | minor | ||
| Verify.xunit | 30.19.0 -> 30.20.1 |
nuget | minor | ||
| actions/checkout | v6.0.0 -> v6.0.1 |
action | patch | ||
| actions/setup-dotnet | v5.0.0 -> v5.0.1 |
action | patch | ||
| codecov/codecov-action | v5.5.1 -> v5.5.2 |
action | patch | ||
| csharpier | 1.1.2 -> 1.2.3 |
nuget | minor | ||
| dotnet-reportgenerator-globaltool | 5.4.16 -> 5.5.1 |
nuget | minor | ||
| github/codeql-action | v4.31.5 -> v4.31.9 |
action | patch | ||
| verify.tool | 0.6.0 -> 0.7.0 |
nuget | minor | ||
| xunit.runner.visualstudio | 3.1.4 -> 3.1.5 |
nuget | patch | ||
| xunit.v3 | 3.0.1 -> 3.2.1 |
nuget | minor |
Release Notes
microsoft/testfx (MSTest.TestAdapter)
v3.11.1
See the release notes here
v3.11.0
See the release notes here
v3.10.5
See the release notes here
serilog/serilog-sinks-console (Serilog.Sinks.Console)
v6.1.1
What's Changed
- Report the number of escape characters formatted into themed sequence rendering by @nblumhardt in #136
Full Changelog: https://github.com/serilog/serilog-sinks-console/compare/v6.1.0...v6.1.1
v6.1.0
-
#165 - support for
{UtcTimestamp}in output templates (@ManuelRin) - #172, #173 - switch build to Serilog org standard (@nblumhardt)
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 73.79%. Comparing base (c569fbb) to head (8586f16).
Additional details and impacted files
@@ Coverage Diff @@
## main #419 +/- ##
=======================================
Coverage 73.79% 73.79%
=======================================
Files 259 259
Lines 16387 16387
Branches 1336 1336
=======================================
Hits 12092 12092
Misses 3878 3878
Partials 417 417
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.