NUnit.ApplicationDomain 10.0.0

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

// Install NUnit.ApplicationDomain as a Cake Tool
#tool nuget:?package=NUnit.ApplicationDomain&version=10.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.

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 48,064 5/22/2021
11.1.0 51,575 7/18/2018
11.0.0 21,384 7/27/2017
10.2.0 7,380 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,707 10/4/2016
8.0.0 1,751 8/29/2016
7.0.0 1,590 4/2/2016
6.0.0 2,087 12/5/2015
5.0.1 19,119 4/29/2015
4.0.1 1,360 4/4/2015
3.0.1 1,973 11/24/2014
3.0.0 1,240 11/24/2014
2.0.1 1,506 10/11/2014
2.0.0 1,282 10/11/2014
1.0.3 1,410 8/20/2014
1.0.2 1,569 12/13/2013
1.0.1 1,423 6/22/2013

## Version 10.0.0
- Add waiting for Task-returning tests to complete
   - Add ability to customize behavior of task-returning tests
         
## Version 9.0.0
- Fix: Unload test app-domains after use in order to lower resource usage (John Lewin)         

## Version 8.0.0
- Fix: Always run all teardown methods, even when the test method threw an exception
- Add the ability to share data between the parent-domain and the test domain
  via AppDomainRunner.DataStore
         
## Version 7.0.0
- Strong name the assembly
- Add support for Mono (based on changes from Frederik Carlier)

## Version 6.0.0
- Support NUnit 3.0, Drop NUnit 2 support        
       
## 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