NUnit.ApplicationDomain
5.0.1
dotnet add package NUnit.ApplicationDomain --version 5.0.1
NuGet\Install-Package NUnit.ApplicationDomain -Version 5.0.1
<PackageReference Include="NUnit.ApplicationDomain" Version="5.0.1" />
paket add NUnit.ApplicationDomain --version 5.0.1
#r "nuget: NUnit.ApplicationDomain, 5.0.1"
// 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 | Versions 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. |
-
.NETFramework 4.0
- NUnit (>= 2.6.3)
GitHub repositories
This package is not used by any popular GitHub repositories.
## 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