Skip to main content

NUnit 4.6.1 — NuGet Package for .NET

NUnit 4.6.1 NuGet package for .NET. NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems.…

Authors: Charlie Poole, Rob Prouse

Total downloads: 650,748,523

Project URL: https://nunit.org/

License: MIT

Tags: nunit, test, testing, tdd, framework, fluent, assert, theory, plugin, addin

Install NUnit 4.6.1

.NET CLI

dotnet add package NUnit --version 4.6.1

Package Manager Console

Install-Package NUnit -Version 4.6.1

PackageReference (csproj)

<PackageReference Include="NUnit" Version="4.6.1" />

View full details, downloads chart, dependencies and version history on NuBrowse.