NUnit 2.6.4
See the version list below for details.
dotnet add package NUnit --version 2.6.4
NuGet\Install-Package NUnit -Version 2.6.4
<PackageReference Include="NUnit" Version="2.6.4" />
<PackageVersion Include="NUnit" Version="2.6.4" />
<PackageReference Include="NUnit" />
paket add NUnit --version 2.6.4
#r "nuget: NUnit, 2.6.4"
#addin nuget:?package=NUnit&version=2.6.4
#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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories (1.5K)
Showing the top 20 popular GitHub repositories that depend on NUnit:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
|
|
ppy/osu
rhythm is just a *click* away!
|
|
OpenRA/OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
QuestPDF/QuestPDF
QuestPDF is a modern open-source .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API. Easily generate PDF reports, invoices, exports, etc.
|
|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
|
|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
JamesNK/Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
|
|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
|
|
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 2, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
|
Version | Downloads | Last updated |
---|---|---|
3.0.0-beta-1 | 3,489 | 3/26/2015 |
3.0.0-alpha-5 | 4,278 | 1/31/2015 |
3.0.0-alpha-4 | 2,680 | 12/31/2014 |
3.0.0-alpha-3 | 2,273 | 11/29/2014 |
3.0.0-alpha-2 | 1,952 | 11/3/2014 |
3.0.0-alpha | 4,186 | 9/23/2014 |
2.6.4 | 818,173 | 12/17/2014 |
2.6.3 | 714,132 | 10/11/2013 |
2.6.2 | 167,868 | 10/23/2012 |
2.6.1 | 24,776 | 8/5/2012 |
2.6.0.12054 | 60,983 | 2/24/2012 |
2.5.10.11092 | 49,582 | 4/25/2011 |
2.5.9.10348 | 2,414 | 2/9/2011 |
2.5.7.10213 | 8,277 | 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.