Analyzers 1.22.0 2025 June 7
Today, we're shipping three new releases:
- xUnit.net Core Framework v3
2.0.3(release notes) - xUnit.net Analyzers
1.22.0 - xUnit.net Visual Studio adapter
3.1.1(release notes)
It's been 2 months since the release of 1.21.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.21.0 to 1.22.0.
Assertion Analyzers
- BUG: The analyzer for xUnit1004 had not been updated to take account for
SkipWhenorSkipUnlesswith v3 tests. It should no longer trigger in that scenario. xunit/xunit#2988