NUnit.Analyzers
This package includes analyzers and code fixes for test projects using NUnit 3+. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. They will also aid in the transition from NUnit 3 to NUnit 4. Version 3.0 and upwards works in Visual Studio 2019 (version 16.3) or newer and also enables supression of compiler errors such as errors arising from nullable reference types. For Visual Studio 2017 one must use versions below 3.0 - note that these versions are no longer updated, so version 2.10.0 is the last version that works in Visual Studio 2017.
Total Downloads
146.6M
146,598,807
Published
Jun 1, 2026
Latest stable version
Install
.NET CLI
dotnet add package NUnit.Analyzers --version 4.14.0
Package Manager Console
Install-Package NUnit.Analyzers -Version 4.14.0
PackageReference
<PackageReference Include="NUnit.Analyzers" Version="4.14.0" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.