NUnit.ApplicationDomain 5.0.1

dotnet add package NUnit.ApplicationDomain --version 5.0.1
NuGet\Install-Package NUnit.ApplicationDomain -Version 5.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.ApplicationDomain" Version="5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnit.ApplicationDomain --version 5.0.1
#r "nuget: NUnit.ApplicationDomain, 5.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.
// Install NUnit.ApplicationDomain as a Cake Addin
#addin nuget:?package=NUnit.ApplicationDomain&version=5.0.1

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

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.1 288 4/29/2015
4.0.1 81 4/4/2015
3.0.1 304 11/24/2014
3.0.0 70 11/24/2014
2.0.1 156 10/11/2014
2.0.0 71 10/11/2014
1.0.3 141 8/20/2014
1.0.2 106 12/13/2013
1.0.1 48 6/22/2013

## Version 5.0.1
- Architecture change to separate out the internal and public api
- Allow app-domain test failures logging to be suppressed
 (AppDomainRunner.ShouldIncludeAppDomainErrorMessages)
- Removed obsolete members
  - AppDomainTestRunnerBase removed
  - non-empty RunInApplicationDomainAttribute ctor removed
       
## Version 4.0.1
- Add support for additional test runners/shadow copying

## Version 3.0.1
- 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