Skip to content

Releases: thomhurst/TUnit

1.67.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 12:07
6993dd2

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

Full Changelog: v1.66.27...v1.67.0

1.66.27

Choose a tag to compare

@github-actions github-actions released this 07 Sep 15:01
0af092e

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

Choose a tag to compare

@github-actions github-actions released this 06 Sep 13:18
dc5300e

What's Changed

Other Changes

Dependencies

Full Changelog: v1.66.10...v1.66.16

1.66.10

Choose a tag to compare

@github-actions github-actions released this 05 Sep 12:08
0615106

What's Changed

Other Changes

  • fix: restore null suppression for built-in assertion methods by @thomhurst in #6725

Dependencies

Full Changelog: v1.66.8...v1.66.10

1.66.8

Choose a tag to compare

@github-actions github-actions released this 04 Sep 21:18
606aeda

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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 10:43
1bc2b6d

What's Changed

Other Changes

  • Compile all C# documentation snippets by @thomhurst in #6695
  • Fix Type assignability assertions to evaluate represented type (not RuntimeType) 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

Full Changelog: v1.65.68...v1.66.0

1.65.68

Choose a tag to compare

@github-actions github-actions released this 26 Aug 19:18
5bb9e82

What's Changed

Other Changes

  • fix: convert foreign array element-wise for trailing array parameter (#6678) by @thomhurst in #6681

Dependencies

Full Changelog: v1.65.63...v1.65.68

1.65.63

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:10
13814bb

What's Changed

Other Changes

Dependencies

Full Changelog: v1.65.51...v1.65.63

1.65.51

Choose a tag to compare

@github-actions github-actions released this 23 Aug 17:15
9a492ba

What's Changed

Other Changes

Dependencies

Full Changelog: v1.65.38...v1.65.51

1.65.38

Choose a tag to compare

@github-actions github-actions released this 19 Aug 17:32
19249cf

What's Changed

Other Changes

Dependencies

Full Changelog: v1.65.31...v1.65.38