NUnitTestAdapter 1.2.0

.NET Framework 0.0
There is a newer version of this package available.
See the version list below for details.
Install-Package NUnitTestAdapter -Version 1.2.0
dotnet add package NUnitTestAdapter --version 1.2.0
<PackageReference Include="NUnitTestAdapter" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnitTestAdapter --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NUnitTestAdapter, 1.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install NUnitTestAdapter as a Cake Addin
#addin nuget:?package=NUnitTestAdapter&version=1.2.0

// Install NUnitTestAdapter as a Cake Tool
#tool nuget:?package=NUnitTestAdapter&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

A package including the NUnit TestAdapter for Visual Studio 2012/13.  With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server.
Note that this package ONLY contains the adapter, not the NUnit framework.  You must also get the framework, or use the NUnitTestAdapter.WithFramework nuget package.
You only need one such package for a solution.
The package works with Visual Studio 2012 from RTM, and with Update 1 and higher, and with Visual Studio 2013 from RTM, and tested up to Update 4, and with Visual Studio 2015 Preview.

Note that it doesn't work with VS Express, users of VS Express could use the VS Community Edition instead (See http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx ) which supports 3rd party adapters like NUnit.

Product Versions
.NET Framework net
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

Version Downloads Last updated
2.0.0 0 06.02.2022
1.2.0 0 06.02.2022

Updated to NUnit 2.6.3,  Misc bug fixes