NUnit.ApplicationDomain 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NUnit.ApplicationDomain --version 3.0.0
NuGet\Install-Package NUnit.ApplicationDomain -Version 3.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="NUnit.ApplicationDomain" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnit.ApplicationDomain --version 3.0.0
#r "nuget: NUnit.ApplicationDomain, 3.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.
// Install NUnit.ApplicationDomain as a Cake Addin
#addin nuget:?package=NUnit.ApplicationDomain&version=3.0.0

// Install NUnit.ApplicationDomain as a Cake Tool
#tool nuget:?package=NUnit.ApplicationDomain&version=3.0.0

Run NUnit tests in a separate application domain.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.0.0 47,988 5/22/2021
11.1.0 51,561 7/18/2018
11.0.0 21,382 7/27/2017
10.2.0 7,379 12/4/2016
10.1.0-beta1 825 10/18/2016
10.0.0 4,088 10/15/2016
10.0.0-beta1 912 10/15/2016
9.0.0 1,706 10/4/2016
8.0.0 1,750 8/29/2016
7.0.0 1,589 4/2/2016
6.0.0 2,086 12/5/2015
5.0.1 19,118 4/29/2015
4.0.1 1,359 4/4/2015
3.0.1 1,972 11/24/2014
3.0.0 1,240 11/24/2014
2.0.1 1,505 10/11/2014
2.0.0 1,282 10/11/2014
1.0.3 1,410 8/20/2014
1.0.2 1,568 12/13/2013
1.0.1 1,423 6/22/2013

## Version 3.0.0
- Add support for teardown methods
- Add official support for multiple setup/teardown methods
- Add AppDomainRunner.IsInTestAppDomain to detect if you're running in
 the test app domain
       
## Version 2.0.0
- Find assembly location by escaping assembly codebases

## Version 1.0.3
- Added support for abstract classes

## Version 1.0.1
Initial Release