NUnitTestAdapter 1.2.0
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.
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" />
paket add NUnitTestAdapter --version 1.2.0
#r "nuget: NUnitTestAdapter, 1.2.0"
// 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
Release Notes
Updated to NUnit 2.6.3, Misc bug fixes
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.