1.41.0
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
- chore(deps): update tunit to 1.40.10 by @thomhurst in #5775
- chore(deps): update actions/cache action to v5 by @thomhurst in #5780
- chore(deps): update dependency microsoft.net.test.sdk to 18.5.1 by @thomhurst in #5784
Full Changelog: v1.40.10...v1.41.0