Skip to content

Releases: thomhurst/TUnit

1.5.53

12 Dec 13:08
9a721c4

Choose a tag to compare

What's Changed

Other Changes

  • fix: casted enum array in arguments attribute causing source generator compilation failures by @thomhurst in #4066

Dependencies

Full Changelog: v1.5.48...v1.5.53

1.5.48

11 Dec 22:41
b313d42

Choose a tag to compare

What's Changed

Other Changes

Dependencies

Full Changelog: v1.5.42...v1.5.48

1.5.42

11 Dec 18:39
00c2ef9

Choose a tag to compare

What's Changed

🏕 Changes

  • feat: add DynamicTestIndex property for unique test ID generation in dynamic tests by @thomhurst in #4056

Full Changelog: v1.5.41...v1.5.42

1.5.41

11 Dec 17:32
4b6f5a3

Choose a tag to compare

What's Changed

🏕 Changes

  • Fix documentation: TestContext.Dependencies.GetTests() is the correct public API by @Copilot in #4050
  • feat: prevent side effects from non-IAsyncInitializer property getters during discovery by @thomhurst in #4054

Full Changelog: v1.5.37...v1.5.41

1.5.37

10 Dec 19:35
ec0347e

Choose a tag to compare

What's Changed

🏕 Changes

  • fix: Collection.Count(lambda) returns a collection-type assertion builder for further collection assertion chaining by @thomhurst in #4043

👒 Dependencies

Full Changelog: v1.5.35...v1.5.37

1.5.35

10 Dec 18:27
6ee615a

Choose a tag to compare

What's Changed

🏕 Changes

  • feat: add Count method with inner assertion support for collections by @thomhurst in #4041

👒 Dependencies

Full Changelog: v1.5.33...v1.5.35

1.5.33

10 Dec 14:28
aa5f18d

Choose a tag to compare

What's Changed

🏕 Changes

  • Add Skip.Test() documentation for dynamic test skipping by @Copilot in #4018
  • Fix documentation to use --treenode-filter instead of unsupported --filter syntax by @Copilot in #4020
  • fix IAsyncInitializer order when using nested property injection by @thomhurst in #4036

👒 Dependencies

  • chore(deps): update actions/checkout action to v6 by @thomhurst in #3980
  • chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs by @dependabot[bot] in #3963
  • chore(deps): update tunit to 1.5.6 by @thomhurst in #3988
  • chore(deps): update dependency fsharp.core to 10.0.101 by @thomhurst in #4021
  • chore(deps): update dependency microsoft.entityframeworkcore to 10.0.1 by @thomhurst in #4022
  • chore(deps): update dependency microsoft.extensions.dependencyinjection to 10.0.1 by @thomhurst in #4023
  • chore(deps): update dependency microsoft.templateengine.authoring.cli to v10.0.101 by @thomhurst in #4024
  • chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 10.0.101 by @thomhurst in #4025
  • chore(deps): update dependency system.commandline to 2.0.1 by @thomhurst in #4026
  • chore(deps): update dependency dotnet-sdk to v10.0.101 by @thomhurst in #4027
  • chore(deps): update microsoft.aspnetcore to 10.0.1 by @thomhurst in #4028
  • chore(deps): update peter-evans/create-pull-request action to v8 by @thomhurst in #4030
  • chore(deps): update dependency polyfill to 9.3.2 by @thomhurst in #4013
  • chore(deps): update actions/github-script action to v8 by @thomhurst in #3981
  • chore(deps): update opentelemetry to 1.14.0 by @thomhurst in #3830
  • chore(deps): update microsoft.extensions to 10.1.0 by @thomhurst in #4029
  • chore(deps): update dependency polyfill to 9.3.4 by @thomhurst in #4035

Full Changelog: v1.5.6...v1.5.33

1.5.6

08 Dec 00:22
cd25f3e

Choose a tag to compare

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: v1.5.1...v1.5.6

1.5.1

06 Dec 20:26
c69e2e5

Choose a tag to compare

What's Changed

🏕 Changes

  • fix: prevent IAsyncInitializer from running during test discovery when using InstanceMethodDataSource by @thomhurst in #4002

Full Changelog: v1.5.0...v1.5.1

1.5.0

06 Dec 17:11
fdbf6a1

Choose a tag to compare

What's Changed

🏕 Changes

  • feat: add IAsyncDiscoveryInitializer for asynchronous initialization during test discovery by @thomhurst in #4000

Full Changelog: v1.4.8...v1.5.0