Analyzers 1.20.0 2025 February 7
Today, we're shipping three new releases:
- xUnit.net Core Framework v3
1.1.0
(release notes) - xUnit.net Analyzers
1.20.0
- xUnit.net Visual Studio adapter
3.0.2
(release notes)
It's been 1 month since the release of 1.19.0
.
As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉
Release Notes
These release notes are a comprehensive list of changes from 1.19.0
to 1.20.0
.
Usage Analyzers
BUG: Fixed an issue with xUnit1044, xUnit1045, xUnit1046, and xUnit1047 where they were inappropriately triggering for usages of
Guid
,Index
,Range
,Uri
, andVersion
in v3 projects, as these types are all now natively supported for theory data serialization. xunit/xunit#3151BUG: Fixed an issue with xUnit1051 where it wasn't triggering for
Assert.Collection
orAssert.CollectionAsync
.