NUnit.Runners 3.0.1

dotnet add package NUnit.Runners --version 3.0.1
                    
NuGet\Install-Package NUnit.Runners -Version 3.0.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.Runners" Version="3.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NUnit.Runners" Version="3.0.1" />
                    
Directory.Packages.props
<PackageReference Include="NUnit.Runners" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NUnit.Runners --version 3.0.1
                    
#r "nuget: NUnit.Runners, 3.0.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.
#addin nuget:?package=NUnit.Runners&version=3.0.1
                    
Install NUnit.Runners as a Cake Addin
#tool nuget:?package=NUnit.Runners&version=3.0.1
                    
Install NUnit.Runners as a Cake Tool

This package is now a reference to the NUnit.Console package, which provides the nunit3-console runner and test engine for version 3.0 of the NUnit unit-testing framework.

The runner will run 2.6 tests using the included plugin.

Users may update their projects to use the NUnit.Console package directly if desired.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (56)

Showing the top 20 popular GitHub repositories that depend on NUnit.Runners:

Repository Stars
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
github-for-unity/Unity
GitHub for Unity
mono/xwt
A cross-platform UI toolkit for creating desktop applications with .NET and Mono
Jessecar96/SteamBot
Automated bot software for interacting with Steam Trade
realm/realm-dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
simpleinjector/SimpleInjector
An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
saaskit/saaskit
A developer toolkit for building SaaS applications
clawsoftware/clawPDF
Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
ivaylokenov/MyTested.WebApi
Fluent testing framework for ASP.NET Web API 2.
bugthesystem/FireSharp
An asynchronous cross-platform .Net library for Firebase
luca-piccioni/OpenGL.Net
Modern OpenGL bindings for C#.
rid00z/FreshMvvm
FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible.
smsohan/MvcMailer
A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
enyim/EnyimMemcached
C# Memcached client
re-motion/Relinq
With re-linq, it's now easier than ever to create full-featured LINQ providers. Used by NHibernate, Entity Framework and others.
rogeralsing/Microphone
alexellis/HandsOnDocker
Get hands-on with Docker through a dozen self-paced and progressive labs.
zzzprojects/EntityFramework-Effort
Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
NotMyself/GildedRose
Refactoring Kata
Version Downloads Last updated
3.0.1 4,736 12/2/2015
3.0.0 5,598 11/17/2015
2.6.4 240,951 12/17/2014
2.6.3 201,539 10/11/2013
2.6.2 64,539 10/23/2012
2.6.1 18,973 8/5/2012
2.6.0.12051 16,268 2/23/2012

This package no longer contains the gui and pnunit runners, which were in earlier releases. Those runners do not exist for NUnit 3.0 at this time.