NUnit 3.6.1

dotnet add package NUnit --version 3.6.1
NuGet\Install-Package NUnit -Version 3.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NUnit" Version="3.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnit --version 3.6.1
#r "nuget: NUnit, 3.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NUnit as a Cake Addin
#addin nuget:?package=NUnit&version=3.6.1

// Install NUnit as a Cake Tool
#tool nuget:?package=NUnit&version=3.6.1

NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible.

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 nunit3-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.

Supported platforms:
 - .NET 2.0+
 - .NET Standard 1.6
 - Windows 8
 - Windows Phone 8 (Silverlight)
 - Universal (Windows Phone 8.1+, Windows 8.1+)
 - Xamarin (MonoTouch, MonoAndroid, Xamarin iOS Universal)
 - Portable Libraries (supporting Profile259)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NUnit:

Package Downloads
SpecFlow.NUnit

Combined package to setup SpecFlow with NUnit v2.6+ easily. For running tests with NUnit runners, use SpecFlow.NUnit.Runners package!

FsUnit

FsUnit is a set of extensions that add special testing syntax to NUnit.

NUnit.Mocks

NUnit.Mocks was originally developed for internal use in NUnit's own tests, although we no longer use it for that purpose. In addition, it has been useful as a teaching tool, allowing users to gain familiarity with mocking techniques before moving on to more serious frameworks. For production use, we recommend you install a full-featured mock object framework. The NUnit project now uses NSubstitute and NUnit.Mocks is no longer being developed.

GitHub repositories (1.4K)

Showing the top 5 popular GitHub repositories that depend on NUnit:

Repository Stars
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
Version Downloads Last updated
3.6.1 13,181 5/6/2017
3.0.1 30,212 12/2/2015
3.0.0 34,635 11/16/2015
3.0.0-rc-3 253 11/14/2015
3.0.0-rc-2 900 11/8/2015
3.0.0-rc 874 11/1/2015
3.0.0-beta-5 1,757 10/17/2015
3.0.0-beta-4 4,577 8/25/2015
3.0.0-beta-3 4,445 7/15/2015
3.0.0-beta-2 5,731 5/13/2015
3.0.0-beta-1 3,791 3/26/2015
3.0.0-alpha-5 4,720 1/31/2015
3.0.0-alpha-4 2,932 12/31/2014
3.0.0-alpha-3 2,616 11/29/2014
3.0.0-alpha-2 2,097 11/3/2014
3.0.0-alpha 4,533 9/23/2014
2.6.4 968,686 12/17/2014
2.6.3 1,140,010 10/11/2013
2.6.2 648,409 10/23/2012
2.6.1 146,558 8/5/2012
2.6.0.12054 227,686 2/24/2012
2.5.10.11092 203,784 4/25/2011
2.5.9.10348 21,725 2/9/2011
2.5.7.10213 20,309 1/7/2011

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 nunit3-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.