Today, we’re shipping three new releases:
1.1.0
(release notes)1.20.0
3.0.2
(release notes)It’s been 1 month since the release of 1.19.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.19.0
to 1.20.0
.
BUG: Fixed an issue with xUnit1044, xUnit1045, xUnit1046, and xUnit1047 where they were inappropriately triggering for usages of Guid
, Index
, Range
, Uri
, and Version
in v3 projects, as these types are all now natively supported for theory data serialization. xunit/xunit#3151
BUG: Fixed an issue with xUnit1051 where it wasn’t triggering for Assert.Collection
or Assert.CollectionAsync
.