Releases: thomhurst/TUnit
Releases · thomhurst/TUnit
Release list
1.67.0
What's Changed
Other Changes
- docs: clarified and updated attributes comparison for xUnit 3 by @304NotModified in #6774
- perf: read inline argument metadata without reflection by @thomhurst in #6778
- perf: limit converter discovery to declarations by @thomhurst in #6779
- perf: skip teardown analysis when no disposable members need cleanup by @thomhurst in #6780
- perf: avoid line allocations when writing generated source by @thomhurst in #6781
- perf: avoid formatting interface names for data-source checks by @thomhurst in #6782
- perf: skip unannotated property data-source candidates by @thomhurst in #6784
- fix: fold inner exceptions into IDE test failure output by @thomhurst in #6777
- perf: reuse argument-free attribute initializer text by @thomhurst in #6788
- perf: extract test metadata in attribute transforms by @thomhurst in #6789
- perf: skip receiver registration for ordinary objects by @thomhurst in #6790
- perf: cache reporting properties on test contexts by @thomhurst in #6791
- fix: preserve executor registration, limiter precedence, and timeout classification by @Nice3point in #6768
Dependencies
- chore(deps): update tunit to 1.66.27 by @thomhurst in #6742
- chore(deps): update dependency bunit to 2.10.3 by @thomhurst in #6745
- chore(deps): update dependency imposter to 0.1.11 by @thomhurst in #6744
- chore(deps): update dependency microsoft.kiota.abstractions to 2.1.2 by @thomhurst in #6747
- chore(deps): update dependency microsoft.templateengine.authoring.cli to v10.0.401 by @thomhurst in #6750
- chore(deps): update dependency fsharp.core to 10.1.401 by @thomhurst in #6748
- chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 10.0.401 by @thomhurst in #6751
- chore(deps): update dependency system.commandline to 2.0.12 by @thomhurst in #6752
- chore(deps): update dependency dotnet-sdk to v10.0.401 by @thomhurst in #6754
- chore(deps): update microsoft.extensions to 10.0.12 by @thomhurst in #6755
- chore(deps): update microsoft.aspnetcore to 10.0.12 by @thomhurst in #6753
- chore(deps): update dependency microsoft.entityframeworkcore to 10.0.12 by @thomhurst in #6749
- chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v11 by @thomhurst in #6756
- chore(deps): update dependency microsoft.net.test.sdk to 18.10.0 by @thomhurst in #6761
- chore(deps): update microsoft.extensions to 10.10.0 by @thomhurst in #6762
- chore(deps): update react to ^19.3.0 by @thomhurst in #6763
- chore(deps): update dependency awssdk.sqs to 4.0.100.13 by @thomhurst in #6764
- chore(deps): update dependency polyfill to 11.3.0 by @thomhurst in #6765
- chore(deps): update dependency polyfill to 11.3.0 by @thomhurst in #6766
- chore(deps): update dependency stackexchange.redis to 3.2.0 by @thomhurst in #6769
- chore(deps): update dependency microsoft.net.stringtools to 18.10.1 by @thomhurst in #6771
- chore(deps): update dependency dotnet-trace to v10.0.745401 by @thomhurst in #6773
- chore(deps): bump colord from 2.9.3 to 2.10.0 in /docs by @dependabot[bot] in #6759
- chore(deps): bump joi from 17.13.4 to 17.13.7 in /docs by @dependabot[bot] in #6758
- chore(deps): bump js-yaml from 4.3.1 to 4.3.2 in /docs by @dependabot[bot] in #6757
- chore(deps): update dependency yaml to v2.9.1 by @thomhurst in #6785
- chore(deps): update verify to 32.0.1 by @thomhurst in #6786
- chore(deps): update dependency nunit.analyzers to 4.15.0 by @thomhurst in #6792
New Contributors
- @304NotModified made their first contribution in #6774
- @Nice3point made their first contribution in #6768
Full Changelog: v1.66.27...v1.67.0
1.66.27
What's Changed
Other Changes
- fix(mocks): initialize mock state before base constructor callbacks by @thomhurst in #6741
Dependencies
- chore(deps): update tunit to 1.66.16 by @thomhurst in #6733
- chore(deps): update dependency testcontainers.postgresql to 4.15.0 by @thomhurst in #6736
- chore(deps): update dependency testcontainers.redis to 4.15.0 by @thomhurst in #6737
- chore(deps): update dependency testcontainers.kafka to 4.15.0 by @thomhurst in #6735
- chore(deps): update dependency mockolate to 3.5.0 by @thomhurst in #6739
Full Changelog: v1.66.16...v1.66.27
1.66.16
What's Changed
Other Changes
- fix: isolated name is lowercase (#6727) by @koryphaee in #6728
- fix: preserve concurrent Assert.Multiple failures by @thomhurst in #6730
- fix: preserve original HTTP mock request content by @thomhurst in #6731
Dependencies
- chore(deps): update tunit to 1.66.10 by @thomhurst in #6726
- chore(deps): update dependency dompurify to v3.4.15 by @thomhurst in #6732
Full Changelog: v1.66.10...v1.66.16
1.66.10
What's Changed
Other Changes
- fix: restore null suppression for built-in assertion methods by @thomhurst in #6725
Dependencies
- chore(deps): update tunit to 1.66.8 by @thomhurst in #6724
Full Changelog: v1.66.8...v1.66.10
1.66.8
What's Changed
Other Changes
- fix(ci): make issue triage work for external reporters by @thomhurst in #6720
- fix(ci): run code review on pull requests from forks by @thomhurst in #6722
- fix: suppress nullability warnings after Should NotBeNull assertions by @mvanhorn in #6700
- fix: Avoid HTML report CLI option clashes by @mvanhorn in #6677
Dependencies
- chore(deps): update tunit to 1.66.0 by @thomhurst in #6719
- chore(deps): update dependency microsoft.kiota.abstractions to 2.1.1 by @thomhurst in #6721
- chore(deps): update dependency awssdk.sqs to 4.0.100.12 by @thomhurst in #6723
Full Changelog: v1.66.0...v1.66.8
1.66.0
What's Changed
Other Changes
- Compile all C# documentation snippets by @thomhurst in #6695
- Fix
Typeassignability assertions to evaluate represented type (notRuntimeType) by @thomhurst with @Copilot in #6711 - Clarify ClassDataSource constructor requirements by @thomhurst in #6716
- Add programmatic HTML reporting settings by @thomhurst in #6699
- Fix timeout cancellation diagnostics by @thomhurst in #6715
Dependencies
- chore(deps): update tunit to 1.65.68 by @thomhurst in #6682
- chore(deps): update dependency verify.tool to v0.9.1 by @thomhurst in #6683
- chore(deps): update dependency mockolate to 3.4.1 by @thomhurst in #6685
- chore(deps): update dependency serialize-javascript to v7.1.1 by @thomhurst in #6687
- chore(deps): update dependency qs to v6.16.0 by @thomhurst in #6691
- chore(deps): update dependency system.reactive to v7 by @thomhurst in #6696
- chore(deps): update dependency imposter to 0.1.10 by @thomhurst in #6701
- chore(deps): update dependency microsoft.kiota.abstractions to 2.1.0 by @thomhurst in #6704
- chore(deps): update mstest to 4.4.0 by @thomhurst in #6705
- chore(deps): update dependency dotnet-trace to v10 by @thomhurst in #6706
- chore(deps): update microsoft.testing by @thomhurst in #6703
- chore(deps): update microsoft.testing by @thomhurst in #6713
- chore(deps): bump fast-uri from 3.1.5 to 3.1.7 in /docs by @dependabot[bot] in #6707
Full Changelog: v1.65.68...v1.66.0
1.65.68
What's Changed
Other Changes
- fix: convert foreign array element-wise for trailing array parameter (#6678) by @thomhurst in #6681
Dependencies
- chore(deps): update tunit to 1.65.63 by @thomhurst in #6672
- chore(deps): update aspire to 13.5.3 by @thomhurst in #6674
- chore(deps): update verify to v32 by @thomhurst in #6680
Full Changelog: v1.65.63...v1.65.68
1.65.63
What's Changed
Other Changes
- Fix mocking hidden generic interface methods by @thomhurst in #6671
Dependencies
- chore(deps): update aspire to 13.5.2 by @thomhurst in #6655
- chore(deps): update opentelemetry to 1.18.0 by @thomhurst in #6653
- chore(deps): update dependency azure.data.tables to 12.12.0 by @thomhurst in #6654
- chore(deps): update tunit to 1.65.51 by @thomhurst in #6661
- chore(deps): update dependency svgo to v4.1.0 by @thomhurst in #6663
- chore(deps): update dependency picomatch to v4.0.7 by @thomhurst in #6664
- chore(deps): update dependency awssdk.sqs to 4.0.100.11 by @thomhurst in #6666
- chore(deps): update dependency nunit3testadapter to 6.3.0 by @thomhurst in #6667
- chore(deps): update dependency azure.storage.blobs to 12.29.2 by @thomhurst in #6668
Full Changelog: v1.65.51...v1.65.63
1.65.51
What's Changed
Other Changes
- Compile public documentation snippets by @thomhurst in #6652
- Fix covariant property override discovery by @thomhurst in #6660
Dependencies
- chore(deps): update tunit to 1.65.38 by @thomhurst in #6644
- chore(deps): update dependency fscheck to 3.4.0 by @thomhurst in #6646
- chore(deps): update dependency awssdk.sqs to 4.0.100.10 by @thomhurst in #6647
- chore(deps): update aspire to 13.5.1 by @thomhurst in #6648
- chore(deps): update dependency stackexchange.redis to 3.1.31 by @thomhurst in #6650
- chore(deps): update opentelemetry to 1.18.0 by @thomhurst in #6651
Full Changelog: v1.65.38...v1.65.51
1.65.38
What's Changed
Other Changes
- Fix mocks for inaccessible method signature types by @thomhurst in #6641
Dependencies
- chore(deps): update dependency awssdk.sqs to 4.0.100.9 by @thomhurst in #6636
- chore(deps): update tunit to 1.65.31 by @thomhurst in #6637
- chore(deps): update dependency dompurify to v3.4.14 by @thomhurst in #6640
- chore(deps): update aspire to 13.5.0 by @thomhurst in #6638
- chore(deps): update dependency cliwrap to 3.10.5 by @thomhurst in #6642
Full Changelog: v1.65.31...v1.65.38