NUnit
NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. This package includes the NUnit 3.0 framework assembly, which is referenced by your tests. You will need to install version 3.0 of the nunit-console program or a third-party runner that supports NUnit 3.0 in order to execute tests. Runners intended for use with NUnit 2.x will not run 3.0 tests correctly. This is an beta release, but is ready for production use for people with prior NUnit experience.
Install
dotnet add package NUnit --version 3.0.0-beta-4
Install-Package NUnit -Version 3.0.0-beta-4
<PackageReference Include="NUnit" Version="3.0.0-beta-4" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.
Adoption guide
Teams that value its attribute model, parameterized tests and established NUnit conventions.
This version is marked prerelease. Validate its API and upgrade path before production use.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.