Today, we're shipping three new releases:
It's been 1 week since the release of 1.5.0 RTM.
As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code contributions. 🎉
These release notes are a comprehensive list of changes from 1.5.0 to 1.6.0.
[MemberData]
method arguments were incorrectly triggered as incompatible.
xunit/xunit#2817
abstract static
methods in interfaces are not eligible for use as generic types, which
caused the fixer to create broken code. The rule will no longer trigger, and the fix will no longer
be offered.
xunit/xunit#2798
Assert.Collection
with a single lambda instead with Assert.Single
(and moving the lambda's code out into the body of the unit test).
xunit/xunit#2123