Releases: thomhurst/TUnit
Releases · thomhurst/TUnit
1.13.30
What's Changed
Other Changes
- fix: consistent test time tracking by @thomhurst in #4723
Dependencies
- chore(deps): update dependency nuget.protocol to 7.3.0 by @thomhurst in #4722
- chore(deps): update tunit to 1.13.27 by @thomhurst in #4721
Full Changelog: v1.13.27...v1.13.30
1.13.27
What's Changed
Other Changes
- perf: run test executable directly and remove SingleFile test mode by @thomhurst in #4718
- fix: prevent After(TestSession) hook from firing prematurely on test timeout by @thomhurst in #4720
Dependencies
- chore(deps): update tunit to 1.13.24 by @thomhurst in #4719
Full Changelog: v1.13.24...v1.13.27
1.13.24
What's Changed
Other Changes
- Treat Type and MemberInfo as well-known types in structural equivalency comparisons by @Copilot in #4701
- fix: prevent tests hanging when InitializeAsync throws (#4715) by @thomhurst in #4717
Dependencies
- chore(deps): update tunit to 1.13.11 by @thomhurst in #4698
- chore(deps): update modularpipelines to 3.1.90 by @thomhurst in #4702
- chore(deps): update dependency docusaurus-plugin-llms to ^0.3.0 by @thomhurst in #4704
- chore(deps): update verify to 31.12.0 by @thomhurst in #4706
- chore(deps): update verify to 31.12.1 by @thomhurst in #4708
- chore(deps): update verify to 31.12.2 by @thomhurst in #4709
- chore(deps): update verify to 31.12.3 by @thomhurst in #4710
- chore(deps): update verify to 31.12.4 by @thomhurst in #4716
Full Changelog: v1.13.11...v1.13.24
1.13.11
What's Changed
Other Changes
- fix: Nested class test filtering in VS and Test Explorer by @thomhurst in #4696
Dependencies
- chore(deps): update tunit to 1.13.8 by @thomhurst in #4695
Full Changelog: v1.13.8...v1.13.11
1.13.8
What's Changed
Other Changes
- Fix All().Satisfy() compile error with nullable value types by @Copilot in #4685
- docs: Replace .runsettings with testconfig.json in code coverage documentation by @Copilot in #4691
- Mark TestMetadataGenerator output with GeneratedCode attribute by @Copilot in #4690
- refactor: delete unused code and files from generator by @TimothyMakkison in #4689
- fix: Update missed STAThread snapshot files with GeneratedCode attributes by @thomhurst in #4693
- perf: remove
Listusage fromAttributeWriterby @TimothyMakkison in #4692
Dependencies
- chore(deps): update tunit to 1.13.0 by @thomhurst in #4686
- chore(deps): bump webpack from 5.96.1 to 5.105.0 in /docs by @dependabot[bot] in #4672
Full Changelog: v1.13.0...v1.13.8
1.13.0
What's Changed
Other Changes
- perf: make
StaticPropertyInitializationGeneratorincremental by @TimothyMakkison in #4638 - perf: parallelize post-resolution event invocation by @thomhurst in #4676
- perf: single-pass two-phase discovery with combined filtering by @thomhurst in #4677
- perf: guard debug logging to avoid string allocations by @thomhurst in #4682
- fix: use Interlocked for _sessionTestCount initialization by @thomhurst in #4680
- perf: index-based constraint key scheduler for O(k) lookups by @thomhurst in #4678
- perf: parallelize dependency resolution after registration by @thomhurst in #4681
- perf: cache attribute factory results on TestMetadata by @thomhurst in #4679
- feat: add
DynamicTestsGeneratorIncrementalTestsby @TimothyMakkison in #4673
Dependencies
- chore(deps): update tunit to 1.12.147 by @thomhurst in #4683
- chore(deps): update microsoft.testing to 2.1.0 by @thomhurst in #4657
Full Changelog: v1.12.147...v1.13.0
1.12.147
What's Changed
Other Changes
- feat: fix indentation for
DynamicTestGeneratorby @TimothyMakkison in #4671
Dependencies
- chore(deps): update tunit to 1.12.144 by @thomhurst in #4670
Full Changelog: v1.12.144...v1.12.147
1.12.144
What's Changed
Other Changes
- Refactor generator by @TimothyMakkison in #4665
- fix: handle nested types and constructor parameters in UID filter matching by @thomhurst in #4669
Dependencies
- chore(deps): update tunit to 1.12.139 by @thomhurst in #4666
- chore(deps): update verify to 31.11.0 by @thomhurst in #4668
Full Changelog: v1.12.139...v1.12.144
1.12.139
What's Changed
Other Changes
- fix: correct Windows path scrubbing regex in snapshot tests by @thomhurst in #4647
- fix: enable Windows long path support in GitHub Actions by @thomhurst in #4648
- perf: remove unused value and early return in
DedThreadExeby @TimothyMakkison in #4517 - feat: add all generator benchmarks by @TimothyMakkison in #4660
- fix: prevent substring matching in UID filter causing incorrect test inclusion by @thomhurst in #4659
- fix: handle duplicate type names across assemblies in InfrastructureGenerator by @thomhurst in #4664
Dependencies
- chore(deps): update tunit to 1.12.125 by @thomhurst in #4649
- chore(deps): update dependency polyfill to 9.8.1 by @thomhurst in #4652
- chore(deps): update dependency polyfill to 9.8.1 by @thomhurst in #4651
- chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.4.1 by @thomhurst in #4653
- chore(deps): update mstest to 4.1.0 by @thomhurst in #4658
- chore(deps): update dependency stackexchange.redis to 2.10.14 by @thomhurst in #4662
Full Changelog: v1.12.125...v1.12.139
1.12.125
What's Changed
Other Changes
- feat: add
StaticPropertyInitializationGeneratorBenchmarksby @TimothyMakkison in #4639 - fix: source generator benchmarks were running other generators by @TimothyMakkison in #4640
- fix: skip tests when transitive dependencies fail by @thomhurst in #4646
- fix: make
InterfaceCachestateless and prevent memoryleak by @TimothyMakkison in #4645
Dependencies
- chore(deps): update actions/checkout action to v6 by @thomhurst in #4605
- chore(deps): update dependency microsoft.build.locator to 1.11.2 by @thomhurst in #4593
- chore(deps): update tunit to 1.12.111 by @thomhurst in #4633
- chore(deps): update dependency minver to 6.1.0 by @thomhurst in #4634
- chore(deps): update dependency polyfill to 9.8.0 by @thomhurst in #4635
- chore(deps): update dependency polyfill to 9.8.0 by @thomhurst in #4636
- chore(deps): update dependency minver to v7 by @thomhurst in #4637
- chore(deps): update dependency microsoft.playwright to 1.58.0 by @thomhurst in #4642
Full Changelog: v1.12.111...v1.12.125