New
1.13.0
What's Changed
Other Changes
- perf: make
StaticPropertyInitializationGeneratorincremental by @TimothyMakkison in https://github.com/thomhurst/TUnit/pull/4638 - perf: parallelize post-resolution event invocation by @thomhurst in https://github.com/thomhurst/TUnit/pull/4676
- perf: single-pass two-phase discovery with combined filtering by @thomhurst in https://github.com/thomhurst/TUnit/pull/4677
- perf: guard debug logging to avoid string allocations by @thomhurst in https://github.com/thomhurst/TUnit/pull/4682
- fix: use Interlocked for _sessionTestCount initialization by @thomhurst in https://github.com/thomhurst/TUnit/pull/4680
- perf: index-based constraint key scheduler for O(k) lookups by @thomhurst in https://github.com/thomhurst/TUnit/pull/4678
- perf: parallelize dependency resolution after registration by @thomhurst in https://github.com/thomhurst/TUnit/pull/4681
- perf: cache attribute factory results on TestMetadata by @thomhurst in https://github.com/thomhurst/TUnit/pull/4679
- feat: add
DynamicTestsGeneratorIncrementalTestsby @TimothyMakkison in https://github.com/thomhurst/TUnit/pull/4673
Dependencies
- chore(deps): update tunit to 1.12.147 by @thomhurst in https://github.com/thomhurst/TUnit/pull/4683
- chore(deps): update microsoft.testing to 2.1.0 by @thomhurst in https://github.com/thomhurst/TUnit/pull/4657
Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.12.147...v1.13.0