NUnit 2.6.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NUnit --version 2.6.4                
NuGet\Install-Package NUnit -Version 2.6.4                
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="2.6.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnit --version 2.6.4                
#r "nuget: NUnit, 2.6.4"                
#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=2.6.4

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

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.

Version 2.6 is the seventh major release of this well-known and well-tested programming tool.

This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1.2K)

Showing the top 5 NuGet packages that depend on NUnit:

Package Downloads
SpecFlow.NUnit

Package to use SpecFlow with NUnit 3.13 and later

Xamarin.UITest

UI Automation Framework for testing Android and iOS apps.

AutoFixture.NUnit3

By leveraging some features of NUnit3, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language).

NUnitLite

NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. It is suitable for projects that want to have a quick way to run tests using a console runner and don't need all the features of the NUnit engine and console runner. Supported platforms: - .NET Framework 4.6.2+ - .NET 6.0+ How to use this package: 1. Create a console application for your tests and delete the generated class containing Main(). 2. Install the NUnitLite package, which creates a new Main() as well as adding a reference to NUnitLite. This will also bring in the NUnit package, which adds a reference to the NUnit framework to your project. 3. Add your tests to the test project and simply start the project to execute them.

Microsoft.Playwright.NUnit

Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within NUnit.

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 UI client technology
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
4.1.0 5,929,835 2/25/2024
4.0.1 4,451,976 12/2/2023
4.0.0 257,328 11/26/2023
4.0.0-beta.1 97,284 10/8/2023
3.14.0 6,969,749 11/3/2023
3.13.3 75,030,642 3/20/2022
3.13.2 44,176,263 4/27/2021
3.13.1 18,328,204 2/1/2021
3.13.0 7,488,774 1/7/2021
3.12.0 75,925,438 5/15/2019
3.11.0 27,383,095 10/7/2018
3.10.1 18,541,868 3/13/2018
3.10.0 443,096 3/13/2018
3.9.0 9,422,594 11/10/2017
3.8.1 16,762,861 8/29/2017
3.8.0 344,446 8/28/2017
3.7.1 4,000,208 6/6/2017
3.7.0 1,561,842 5/30/2017
3.6.1 5,954,445 2/26/2017
3.6.0 2,766,256 1/10/2017
3.5.0 4,597,661 10/4/2016
3.4.1 2,631,254 6/30/2016
3.4.0 155,919 6/25/2016
3.2.1 1,328,304 4/19/2016
3.2.0 966,479 3/5/2016
3.0.1 1,911,719 12/2/2015
3.0.0 921,365 11/16/2015
3.0.0-rc-3 11,518 11/14/2015
3.0.0-rc-2 12,048 11/8/2015
3.0.0-rc 13,012 11/1/2015
3.0.0-beta-5 21,041 10/17/2015
3.0.0-beta-4 18,110 8/25/2015
3.0.0-beta-3 18,954 7/15/2015
3.0.0-beta-2 24,550 5/13/2015
3.0.0-beta-1 15,457 3/26/2015
3.0.0-alpha-5 24,742 1/31/2015
3.0.0-alpha-4 15,001 12/31/2014
3.0.0-alpha-3 14,154 11/29/2014
3.0.0-alpha-2 27,872 11/3/2014
3.0.0-alpha 23,842 9/23/2014
2.7.1 506,254 8/21/2019
2.7.0 271,797 8/10/2018
2.6.7 148,102 7/7/2018
2.6.6 36,496 6/7/2018
2.6.5 120,059 4/20/2018
2.6.4 14,294,678 12/17/2014
2.6.3 6,610,979 10/11/2013
2.6.2 2,871,081 10/23/2012
2.6.1 466,357 8/5/2012
2.6.0.12054 754,017 2/24/2012
2.5.10.11092 1,024,372 4/25/2011
2.5.9.10348 179,485 2/9/2011
2.5.7.10213 735,574 1/7/2011

Version 2.6 is the seventh major release of NUnit.

Unlike earlier versions, this package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.

The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package.