chore(deps): update dependency tunit to v1
Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| TUnit | nuget | major | 0.53.0 -> 1.5.6 |
Release Notes
thomhurst/TUnit (TUnit)
v1.5.6: 1.5.6
What's Changed
🏕 Changes
- refactor: Consolidate initialisation logic by @​thomhurst in #​4006
- feat: support class-level CombinedDataSources with static and method data sources by @​thomhurst in #​4007
- fix: improve exception messages for hook failures in HookExecutor by @​thomhurst in #​4008
đź‘’ Dependencies
- chore(deps): update dependency nunit3testadapter to v6 by @​thomhurst in #​4004
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.1...v1.5.6
v1.5.1: 1.5.1
What's Changed
🏕 Changes
- fix: prevent IAsyncInitializer from running during test discovery when using InstanceMethodDataSource by @​thomhurst in #​4002
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.0...v1.5.1
v1.5.0: 1.5.0
What's Changed
🏕 Changes
- feat: add IAsyncDiscoveryInitializer for asynchronous initialization during test discovery by @​thomhurst in #​4000
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.4.8...v1.5.0
v1.4.8: 1.4.8
What's Changed
🏕 Changes
- fix: JUnit reporter was encoding xml files in UTF-16 instead of UTF-8 by @​rchoffardet in #​4001
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.4.7...v1.4.8
v1.4.7: 1.4.7
What's Changed
🏕 Changes
- fix: JUnit reporter by @​rchoffardet in #​3999
New Contributors
- @​rchoffardet made their first contribution in #​3999
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.4.5...v1.4.7
v1.4.5: 1.4.5
What's Changed
🏕 Changes
- fix: add regression test for TestContext.Current null issue during property injection by @​thomhurst in #​3995
- fix: don't run IAsyncInitializer during discovery phase by @​thomhurst in #​3996
- feat: add support for reusing discovery instances in test building and property resolution by @​thomhurst in #​3998
đź‘’ Dependencies
- chore(deps): update dependency publicapigenerator to 11.5.4 by @​thomhurst in #​3994
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.4.0...v1.4.5
v1.4.0: 1.4.0
What's Changed
🏕 Changes
- Add Claude Code GitHub Workflow by @​thomhurst in #​3979
- add taskAssert computation expression for simplified assertions in F# by @​marcpiechura in #​3977
- Improve support for F# Async return types by @​thomhurst in #​3986
- feat: add JUnit reporter and command provider for test results output by @​thomhurst in #​3987
đź‘’ Dependencies
- chore(deps): update dependency fluentvalidation.dependencyinjectionextensions to 12.1.1 by @​thomhurst in #​3973
- chore(deps): update tunit to 1.3.25 by @​thomhurst in #​3974
- chore(deps): update aspire to 13.0.2 by @​thomhurst in #​3976
- chore(deps): update dependency microsoft.playwright to 1.57.0 by @​thomhurst in #​3978
New Contributors
- @​marcpiechura made their first contribution in #​3977
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.25...v1.4.0
v1.3.25: 1.3.25
What's Changed
🏕 Changes
- Refactor object lifecycle management and property injection services by @​thomhurst in #​3967
đź‘’ Dependencies
- chore(deps): update tunit to 1.3.15 by @​thomhurst in #​3960
- chore(deps): update dependency polyfill to 9.3.1 by @​thomhurst in #​3965
- chore(deps): update dependency polyfill to 9.3.1 by @​thomhurst in #​3964
- chore(deps): update verify to 31.8.0 by @​thomhurst in #​3966
- chore(deps): update react to v19.2.1 by @​thomhurst in #​3972
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.15...v1.3.25
v1.3.15: 1.3.15
What's Changed
🏕 Changes
- feat: enhance data source initialization and property injection handling by @​thomhurst in #​3959
đź‘’ Dependencies
- chore(deps): update tunit to 1.3.13 by @​thomhurst in #​3957
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.13...v1.3.15
v1.3.13: 1.3.13
What's Changed
🏕 Changes
- feat: enhance property injection and instance method data source handling by @​thomhurst in #​3956
đź‘’ Dependencies
- chore(deps): update dependency react-dom to v19.2.0 by @​thomhurst in #​3953
- chore(deps): update xunit to 3.2.1 by @​thomhurst in #​3954
- chore(deps): update tunit to 1.3.9 by @​thomhurst in #​3955
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.9...v1.3.13
v1.3.9: 1.3.9
What's Changed
🏕 Changes
- Fix MethodDataSource example in property injection documentation by @​Copilot in #​3942
- [Snyk] Upgrade react from 19.1.1 to 19.2.0 by @​thomhurst in #​3903
- [Snyk] Upgrade @​mdx-js/react from 3.1.0 to 3.1.1 by @​thomhurst in #​3905
- feat: implement instance creation with required property handling by @​thomhurst in #​3952
đź‘’ Dependencies
- chore(deps): update tunit to 1.3.0 by @​thomhurst in #​3947
- chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /docs by @​dependabot[bot] in #​3923
- chore(deps): update verify to 31.7.3 by @​thomhurst in #​3946
- chore(deps): update dependency benchmarkdotnet.annotations to 0.15.8 by @​thomhurst in #​3950
- chore(deps): update dependency benchmarkdotnet to 0.15.8 by @​thomhurst in #​3949
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.0...v1.3.9
v1.3.0: 1.3.0
What's Changed
🏕 Changes
- chore(config): add docusaurus-plugin-llms for better LLM documentation by @​thomhurst in #​3885
- docs: fix typo in DependsOn documentation by @​bogdanefremenko in #​3897
- Fix Early Stage Event Receiver example in event-subscribing.md by @​mgraf1 in #​3898
- Update command for generating TRX report by @​kbegiedza in #​3917
- docs: Remove non-existent MaxParallelTests attribute from documentation by @​Copilot in #​3920
- feat: add string length assertions and update documentation for new assertion methods by @​thomhurst in #​3926
- feat: improve assertion typing for enumerable returning delegates by @​thomhurst in #​3927
- feat: add disposal execution support in hook executors and related tests by @​thomhurst in #​3928
- Fix docs stating incorrect default for coverage output format by @​Copilot in #​3936
- fix: adjust overload resolution priorities for member assertions by @​thomhurst in #​3940
- fix: ensure IClassConstructor and ITestEndEventReceiver share the same instance for state management by @​thomhurst in #​3941
- feat: implement After hooks execution on cancellation for tests and enhance hook tracking by @​thomhurst in #​3883
đź‘’ Dependencies
- chore(deps): update tunit to 1.2.11 by @​thomhurst in #​3870
- chore(deps): update dependency microsoft.testing.platform.msbuild to 2.0.2 by @​thomhurst in #​3869
- chore(deps): update dependency publicapigenerator to 11.5.1 by @​thomhurst in #​3873
- chore(deps): update dependency cliwrap to 3.10.0 by @​thomhurst in #​3874
- chore(deps): update dependency humanizer to v3 by @​thomhurst in #​3876
- chore(deps): update actions/checkout action to v6 by @​thomhurst in #​3877
- chore(deps): update dependency polyfill to 9.2.0 by @​thomhurst in #​3879
- chore(deps): update dependency polyfill to 9.2.0 by @​thomhurst in #​3878
- chore(deps): update dependency verify.tool to v0.7.0 by @​thomhurst in #​3881
- chore(deps): update verify to 31.7.2 by @​thomhurst in #​3880
- chore(deps): update dependency typescript to v5.9.3 by @​thomhurst in #​3887
- chore(deps): update dependency polyfill to 9.3.0 by @​thomhurst in #​3891
- chore(deps): update dependency testcontainers.redis to 4.9.0 by @​thomhurst in #​3896
- chore(deps): update dependency polyfill to 9.3.0 by @​thomhurst in #​3892
- chore(deps): update dependency testcontainers.kafka to 4.9.0 by @​thomhurst in #​3894
- chore(deps): update dependency testcontainers.postgresql to 4.9.0 by @​thomhurst in #​3895
- chore(deps): update dependency nuget.protocol to 7.0.1 by @​thomhurst in #​3906
- chore(deps): update dependency polly to 8.6.5 by @​thomhurst in #​3893
- chore(deps): update dependency vogen to 8.0.3 by @​thomhurst in #​3907
- chore(deps): update dependency publicapigenerator to 11.5.2 by @​thomhurst in #​3914
- chore(deps): update dependency publicapigenerator to 11.5.3 by @​thomhurst in #​3916
- chore(deps): update aspire to 13.0.1 by @​thomhurst in #​3921
- chore(deps): update docker/setup-docker-action action to v4.6.0 by @​thomhurst in #​3924
- chore(deps): update dependency xunit.v3.assert to 3.2.1 by @​thomhurst in #​3932
- chore(deps): update dependency xunit.v3.extensibility.core to 3.2.1 by @​thomhurst in #​3933
- chore(deps): update dependency xunit.v3 to 3.2.1 by @​thomhurst in #​3931
- chore(deps): update verify to 31.7.3 by @​thomhurst in #​3937
New Contributors
- @​bogdanefremenko made their first contribution in #​3897
- @​mgraf1 made their first contribution in #​3898
- @​kbegiedza made their first contribution in #​3917
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.2.11...v1.3.0
v1.2.11: 1.2.11
What's Changed
🏕 Changes
- test: add regression tests for ClassDataSource with SharedType.None by @​thomhurst in #​3868
- Unmark AOT safe IsEquivalentTo overload by @​thomhurst in #​3854
đź‘’ Dependencies
- chore(deps): update tunit to 1.2.3 by @​thomhurst in #​3861
- chore(deps): update dependency polyfill to 9.1.0 by @​thomhurst in #​3866
- chore(deps): update dependency polyfill to 9.1.0 by @​thomhurst in #​3865
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.2.3...v1.2.11
v1.2.3: 1.2.3
What's Changed
🏕 Changes
đź‘’ Dependencies
- chore(deps): update tunit to 1.2.0 by @​thomhurst in #​3853
New Contributors
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.2.0...v1.2.3
v1.2.0: 1.2.0
What's Changed
🏕 Changes
- feat: implement TestBuildContext for capturing build-time output by @​thomhurst in #​3849
- feat: introduce EventReceiverStage for controlling execution order of event receivers by @​thomhurst in #​3850
đź‘’ Dependencies
- chore(deps): update tunit to 1.1.27 by @​thomhurst in #​3846
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.1.27...v1.2.0
v1.1.27: 1.1.27
What's Changed
🏕 Changes
- Fix documentation: Update TestContext API from context.Result to context.Execution.Result by @​Copilot in #​3837
- Clarify TUnit0046 diagnostic message for data source return types by @​Copilot in #​3843
- feat(tests): add timeout cancellation token tests and enhance test context by @​thomhurst in #​3838
- Optimize GetOrAdd method in ThreadSafeDictionary for improved concurrency handling by @​thomhurst in #​3845
đź‘’ Dependencies
- chore(deps): update dependency microsoft.build.utilities.core to v18 by @​thomhurst in #​3817
- chore(deps): update dependency benchmarkdotnet to 0.15.7 by @​thomhurst in #​3818
- chore(deps): update dependency benchmarkdotnet.annotations to 0.15.7 by @​thomhurst in #​3819
- chore(deps): update tunit to 1.1.10 by @​thomhurst in #​3821
- chore(deps): update dependency polyfill to 9.0.2 by @​thomhurst in #​3823
- chore(deps): update dependency polyfill to 9.0.2 by @​thomhurst in #​3790
- chore(deps): update verify to 31.7.1 by @​thomhurst in #​3825
- chore(deps): update dependency polyfill to 9.0.3 by @​thomhurst in #​3840
- chore(deps): update dependency polyfill to 9.0.3 by @​thomhurst in #​3839
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.1.10...v1.1.27
v1.1.10: 1.1.10
What's Changed
🏕 Changes
- feat: override tests via new keyword in derived classes by @​thomhurst in #​3816
đź‘’ Dependencies
- chore(deps): update tunit to 1.1.0 by @​thomhurst in #​3799
- chore(deps): update verify to 31.6.1 by @​thomhurst in #​3815
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.1.0...v1.1.10
v1.1.0: 1.1.0
What's Changed
🏕 Changes
- Update templates to use .NET 10 by @​thomhurst in #​3792
- Optimize polyfill with embedded options by @​thomhurst in #​3805
- docs: fix DI attribute example by @​thomhurst in #​3802
- Fix ClassDataSource nested property injection not respecting shared types by @​thomhurst in #​3809
đź‘’ Dependencies
- chore(deps): update dependency nuget.protocol to v7 by @​thomhurst in #​3788
- chore(deps): update tunit to 1.0.78 by @​thomhurst in #​3789
- chore(deps): update dependency polyfill to v9 by @​thomhurst in #​3791
- chore(deps): update dependency polyfill to 9.0.1 by @​thomhurst in #​3794
- chore(deps): update microsoft.aspnetcore to v10 (major) by @​thomhurst in #​3784
- chore(deps): update dependency microsoft.entityframeworkcore to v10 by @​thomhurst in #​3781
- chore(deps): update verify to 31.6.0 by @​thomhurst in #​3808
- chore(deps): update opentelemetry to 1.14.0 by @​thomhurst in #​3806
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.78...v1.1.0
v1.0.78: 1.0.78
What's Changed
Build
This is the first version of TUnit built using the officially released .NET 10 SDK.
🏕 Changes
- Fix light mode text contrast in Assertions Library page by @​Copilot in #​3752
- feat(polyfills): add support for embedded Polyfill attributes to prevent type conflicts by @​thomhurst in #​3787
- feat(tests): fix code fixer for xUnit migration code fixer .All().Satisfy() by @​thomhurst in #​3786
đź‘’ Dependencies
- chore(deps): update tunit to 1.0.48 by @​thomhurst in #​3753
- chore(deps): update dependency microsoft.playwright to 1.56.0 by @​thomhurst in #​3754
- chore(deps): update dependency verify to 31.5.2 by @​thomhurst in #​3755
- chore(deps): update dependency verify.tunit to 31.5.2 by @​thomhurst in #​3758
- chore(deps): update dependency verify.nunit to 31.5.2 by @​thomhurst in #​3756
- chore(deps): update dependency verify to 31.5.3 by @​thomhurst in #​3759
- chore(deps): update dependency verify.nunit to 31.5.3 by @​thomhurst in #​3760
- chore(deps): update dependency verify.tunit to 31.5.3 by @​thomhurst in #​3761
- chore(deps): update dependency microsoft.net.test.sdk to 18.0.1 by @​thomhurst in #​3763
- chore(deps): update dependency microsoft.templateengine.authoring.cli to v9.0.307 by @​thomhurst in #​3764
- chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 9.0.307 by @​thomhurst in #​3765
- chore(deps): update dependency microsoft.entityframeworkcore to 9.0.11 by @​thomhurst in #​3768
- chore(deps): update dependency microsoft.extensions.dependencyinjection to 9.0.11 by @​thomhurst in #​3769
- chore(deps): update dependency fsharp.core to 10.0.100 by @​thomhurst in #​3772
- chore(deps): update dependency system.commandline to 2.0.0 by @​thomhurst in #​3773
- chore(deps): update microsoft.testing to 2.0.2 by @​thomhurst in #​3775
- chore(deps): update microsoft.aspnetcore to 9.0.11 by @​thomhurst in #​3774
- chore(deps): update dependency dotnet-sdk to v9.0.307 by @​thomhurst in #​3777
- chore(deps): update mstest to 4.0.2 by @​thomhurst in #​3778
- chore(deps): update dependency dotnet-sdk to v10 by @​thomhurst in #​3780
- chore(deps): update aspire to v13 (major) by @​thomhurst in #​3779
- chore(deps): update dependency microsoft.templateengine.authoring.cli to v10 by @​thomhurst in #​3782
- chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to v10 by @​thomhurst in #​3783
- chore(deps): update microsoft.extensions to v10 (major) by @​thomhurst in #​3785
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.48...v1.0.78
v1.0.48: 1.0.48
What's Changed
🏕 Changes
- 🤖 Update Benchmark Results by @​github-actions[bot] in #​3740
- Remove benchmark calculator references by @​Copilot in #​3742
- docs: Update API references from TestDetails to Metadata interface by @​Copilot in #​3748
- fix: stale artifacts by @​thomhurst in #​3750
đź‘’ Dependencies
- chore(deps): update tunit to 1.0.39 by @​thomhurst in #​3739
- chore(deps): update dependency verify to 31.5.0 by @​thomhurst in #​3743
- chore(deps): update dependency verify to 31.5.1 by @​thomhurst in #​3745
- chore(deps): update dependency verify.nunit to 31.5.1 by @​thomhurst in #​3744
- chore(deps): update dependency verify.tunit to 31.5.1 by @​thomhurst in #​3746
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.39...v1.0.48
v1.0.39: 1.0.39
What's Changed
🏕 Changes
- 🤖 Update Benchmark Results by @​github-actions[bot] in #​3733
- feat: don't allocate unnecessary test node properties by @​thomhurst in #​3736
- Fix Type ambiguity errors when using IsAssignableTo assertions by @​thomhurst in #​3738
đź‘’ Dependencies
- chore(deps): update tunit to 1.0.30 by @​thomhurst in #​3729
- chore(deps): update dependency node to v24 by @​thomhurst in #​3722
- chore(deps): update actions/setup-node action to v6 by @​thomhurst in #​3721
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.30...v1.0.39
v1.0.30: 1.0.30
What's Changed
🏕 Changes
- 🤖 Update Benchmark Results by @​github-actions[bot] in #​3726
- feat: Enhance hook exception handling to properly skip tests in Before hooks by @​thomhurst in #​3728
đź‘’ Dependencies
- chore(deps): update tunit to 1.0.27 by @​thomhurst in #​3727
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.27...v1.0.30
v1.0.27: 1.0.27
What's Changed
🏕 Changes
- Fix IsEquivalentTo documentation - remove non-existent IgnoringOrder method by @​Copilot in #​3718
- Add Benchmarks to Documentation Site by @​thomhurst in #​3719
- 🤖 Update Benchmark Results by @​github-actions[bot] in #​3720
- fix: Pass Items from TestBuilderContext StateBag to TestContext StateBag by @​thomhurst in #​3725
đź‘’ Dependencies
- chore(deps): update tunit to v1 (major) by @​thomhurst in #​3710
- chore(deps): update dependency polyfill to 8.9.1 by @​thomhurst in #​3712
- chore(deps): update dependency polyfill to 8.9.1 by @​thomhurst in #​3713
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.0...v1.0.27
v1.0.0: 1.0.0
It's been a long time coming! Here's version 1.0!
What's Changed
Breaking Changes đź›
- Refactor TestContext and related interfaces for tidiness and cohesion by @​thomhurst in #​3709
Snippets on the refactored API can be found here: https://tunit.dev/docs/migration/testcontext-interface-organization
🏕 Changes
- Implement GetNestedClassName method and update test ID generation to use nested class names with '+' separator by @​thomhurst in #​3708
đź‘’ Dependencies
- chore(deps): update tunit to 0.90.45 by @​thomhurst in #​3704
- chore(deps): update dependency benchmarkdotnet.annotations to 0.15.6 by @​thomhurst in #​3707
- chore(deps): update dependency benchmarkdotnet to 0.15.6 by @​thomhurst in #​3706
Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.45...v1.0.0
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](https://redirect.github.com/thomhurst/TUnit/pull/3634
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.