Analyzers 2.0.0-pre.9 2026 March 25
Today, we're shipping three new prereleases:
- xUnit.net Core Framework v3
4.0.0-pre.33(release notes) - xUnit.net Analyzers
2.0.0-pre.9 - xUnit.net Visual Studio adapter
4.0.0-pre.3(release notes)
This is the first prerelease build for the 2.0 release. This is shipping alongside Core Framework v3 4.0.0-pre.33, and the primary feature of this new release is ensuring that the analyzers can be used in Native AOT test projects.
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 list of changes from 1.27.0 to 2.0.0-pre.9.
Usage Analyzers
- BUG: Fixed an issue where xUnit1008 would inappropriate trigger for attributes which implemented
IFactAttributeorITheoryAttribute. xunit/xunit#3518