Info
Version: | 4.4.0 |
Author(s): | NUnit |
Last Update: | Wednesday, November 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nunit/nunit.analyzers |
NuGet Url: | https://www.nuget.org/packages/NUnit.Analyzers |
Install
Install-Package NUnit.Analyzers
dotnet add package NUnit.Analyzers
paket add NUnit.Analyzers
NUnit.Analyzers Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.