Skip to content

1.41.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 17:08
534990c

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