Skip to content

Releases: thomhurst/TUnit

1.41.0

29 Apr 17:08
534990c

Choose a tag to compare

TUnit Should() Assertions (beta)

This versions comes with a beta version of TUnit.Assertions.Should - meaning that you can do:
myCode.Should().BeEqualTo(fluentShouldSyntax);

For more information see the docs: https://tunit.dev/docs/assertions/should-syntax

What's Changed

Other Changes

  • fix(reporters): unwrap TestFailedException for failure grouping by @thomhurst in #5776
  • Fix item-at Satisfies source typing by @thomhurst in #5764
  • ci(docs): add link-check automation and tighten Docusaurus strictness by @thomhurst in #5779
  • feat: add TUnit.Assertions.Should package by @thomhurst in #5785

Dependencies

Full Changelog: v1.40.10...v1.41.0

1.40.10

27 Apr 16:42
f9ed7e2

Choose a tag to compare

What's Changed

Other Changes

  • refactor(opentelemetry): depend on TUnit.Core instead of umbrella TUnit by @thomhurst in #5774

Dependencies

Full Changelog: v1.40.5...v1.40.10

1.40.5

27 Apr 01:04
36cd04a

Choose a tag to compare

What's Changed

Other Changes

Dependencies

Full Changelog: v1.40.0...v1.40.5

1.40.0

26 Apr 15:27
a181c79

Choose a tag to compare

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: v1.39.0...v1.40.0

1.39.0

24 Apr 09:08
4575c06

Choose a tag to compare

What's Changed

Other Changes

Dependencies

Full Changelog: v1.37.36...v1.39.0

1.37.36

22 Apr 23:27
ae24d73

Choose a tag to compare

What's Changed

Other Changes

  • fix(telemetry): remove duplicate HTTP client spans by @thomhurst in #5668

Full Changelog: v1.37.35...v1.37.36

1.37.35

22 Apr 18:24
5721189

Choose a tag to compare

What's Changed

Other Changes

  • Add TUnit.TestProject.Library to the TUnit.Dev.slnx solution file by @Zodt in #5655
  • fix(aspire): preserve user-supplied OTLP endpoint (#4818) by @thomhurst in #5665
  • feat(aspire): emit client spans for HTTP by @thomhurst in #5666

Dependencies

New Contributors

Full Changelog: v1.37.24...v1.37.35

1.37.24

21 Apr 20:03
248e957

Choose a tag to compare

What's Changed

Other Changes

Dependencies

  • chore(deps): update dependency docusaurus-plugin-llms to ^0.4.0 by @thomhurst in #5637
  • chore(deps): update tunit to 1.37.10 by @thomhurst in #5639
  • chore(deps): update opentelemetry to 1.15.3 by @thomhurst in #5645
  • chore(deps): update opentelemetry by @thomhurst in #5647
  • chore(deps): update dependency dompurify to v3.4.1 by @thomhurst in #5648
  • chore(deps): update dependency system.commandline to 2.0.7 by @thomhurst in #5650
  • chore(deps): update dependency microsoft.entityframeworkcore to 10.0.7 by @thomhurst in #5649
  • chore(deps): update dependency microsoft.templateengine.authoring.cli to v10.0.203 by @thomhurst in #5653
  • chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 10.0.203 by @thomhurst in #5654

Full Changelog: v1.37.10...v1.37.24

1.37.10

20 Apr 19:05
7bb1992

Choose a tag to compare

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: v1.37.0...v1.37.10

1.37.0

18 Apr 13:13
b401097

Choose a tag to compare

What's Changed

Other Changes

  • fix: stabilize flaky tests across analyzer, OTel, and engine suites by @thomhurst in #5609
  • perf: engine hot-path allocation wins (#5528 B) by @thomhurst in #5610
  • feat(analyzers): detect collection IsEqualTo reference equality (TUnitAssertions0016) by @thomhurst in #5615
  • perf: consolidate test dedup + hook register guards (#5528 A) by @thomhurst in #5612
  • perf: engine discovery/init path cleanup (#5528 C) by @thomhurst in #5611
  • fix(assertions): render collection contents in IsEqualTo failure messages (#5613 B) by @thomhurst in #5619
  • feat(analyzers): code-fix for TUnit0015 to insert CancellationToken (#5613 D) by @thomhurst in #5621
  • fix(assertions): add Task reference forwarders on AsyncDelegateAssertion by @thomhurst in #5618
  • test(asp-net): fix race in FactoryMethodOrderTests by @thomhurst in #5623
  • feat(analyzers): code-fix for TUnit0049 to insert [MatrixDataSource] (#5613 C) by @thomhurst in #5620
  • fix(pipeline): isolate AOT publish outputs to stop clobbering pack DLLs (#5622) by @thomhurst in #5624

Dependencies

Full Changelog: v1.36.0...v1.37.0