NUnitTestAdapter 2.0.0

dotnet add package NUnitTestAdapter --version 2.0.0
                    
NuGet\Install-Package NUnitTestAdapter -Version 2.0.0
                    
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="NUnitTestAdapter" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NUnitTestAdapter" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="NUnitTestAdapter" />
                    
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 NUnitTestAdapter --version 2.0.0
                    
#r "nuget: NUnitTestAdapter, 2.0.0"
                    
#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=NUnitTestAdapter&version=2.0.0
                    
Install NUnitTestAdapter as a Cake Addin
#tool nuget:?package=NUnitTestAdapter&version=2.0.0
                    
Install NUnitTestAdapter as a Cake Tool

A package including the NUnit TestAdapter for Visual Studio 2012/13/15.  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 all Updates, and with Visual Studio 2013 RTM and all updates, and Visual Studio 2015 tested up to CTP6

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.

GitHub repositories (42)

Showing the top 20 popular GitHub repositories that depend on NUnitTestAdapter:

Repository Stars
github-for-unity/Unity
GitHub for Unity
TheBerkin/rant3
(Obsolete) Archive of Rant 3.x.
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
charlesw/tesseract
A .Net wrapper for tesseract-ocr
sq/JSIL
CIL to Javascript Compiler
StackExchange/NetGain
A high performance websocket server library powering Stack Overflow.
ivaylokenov/MyTested.WebApi
Fluent testing framework for ASP.NET Web API 2.
GuillaumeSalles/redux.NET
Redux.NET is a predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux.
rid00z/FreshMvvm
FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible.
microsoft/SmartHotel360-Mobile
SmartHotel360 Mobile
smstuebe/xamarin-fingerprint
Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Azure-Samples/MyDriving
Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
AzureAD/azure-activedirectory-library-for-dotnet
ADAL authentication libraries for .net
ardalis/ddd-vet-sample
A sample meant to demonstrate domain driven design using a veterinary hospital management system.
adrianhall/develop-mobile-apps-with-csharp-and-azure
The Book Contents - Develop Mobile Apps with C# and Azure
martijnboland/MvcPaging
ASP.NET MVC Paging HTML helper
omuleanu/ValueInjecter
convention based mapper
jbakic/Shielded
A strict and mostly lock-free Software Transactional Memory (STM) for .NET
axodox/AxoCover
Nice and free .Net code coverage support for Visual Studio with OpenCover.
Version Downloads Last updated
2.0.0 85,607 4/2/2015
2.0.0-beta 416 3/24/2015
1.2.0 156,039 9/21/2014
1.1.0 31,392 7/4/2014
1.0.0 28,661 10/7/2013
0.97.0 1,148 9/12/2013
0.96.0 1,024 6/29/2013
0.95.2 292 6/7/2013
0.95.1 92 5/29/2013
0.95.0 119 5/25/2013

Updated to NUnit 2.6.4,  Support for VS 2015, Misc bug fixes