NUnit.ApplicationDomain
12.0.0
dotnet add package NUnit.ApplicationDomain --version 12.0.0
NuGet\Install-Package NUnit.ApplicationDomain -Version 12.0.0
<PackageReference Include="NUnit.ApplicationDomain" Version="12.0.0" />
paket add NUnit.ApplicationDomain --version 12.0.0
#r "nuget: NUnit.ApplicationDomain, 12.0.0"
// Install NUnit.ApplicationDomain as a Cake Addin #addin nuget:?package=NUnit.ApplicationDomain&version=12.0.0 // Install NUnit.ApplicationDomain as a Cake Tool #tool nuget:?package=NUnit.ApplicationDomain&version=12.0.0
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 (>= 3.7.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 | 65,173 | 5/22/2021 |
11.1.0 | 53,845 | 7/18/2018 |
11.0.0 | 21,803 | 7/27/2017 |
10.2.0 | 7,488 | 12/4/2016 |
10.1.0-beta1 | 855 | 10/18/2016 |
10.0.0 | 4,141 | 10/15/2016 |
10.0.0-beta1 | 930 | 10/15/2016 |
9.0.0 | 1,754 | 10/4/2016 |
8.0.0 | 1,796 | 8/29/2016 |
7.0.0 | 1,639 | 4/2/2016 |
6.0.0 | 2,130 | 12/5/2015 |
5.0.1 | 19,824 | 4/29/2015 |
4.0.1 | 1,412 | 4/4/2015 |
3.0.1 | 2,023 | 11/24/2014 |
3.0.0 | 1,276 | 11/24/2014 |
2.0.1 | 1,543 | 10/11/2014 |
2.0.0 | 1,305 | 10/11/2014 |
1.0.3 | 1,451 | 8/20/2014 |
1.0.2 | 1,609 | 12/13/2013 |
1.0.1 | 1,462 | 6/22/2013 |
## Version 12.0.0+NUnit-3.13.2
- Upgrade to NUnit-3.13.2 as dependency version
## Version 11.1.0
- Fix: Add broader support for newer versions of NUnit (Brandon Ording)
## Version 11.0.0
- Add support for (and a dependency on) NUnit 3.7.0
## Version 10.2.0
- Add support for app-domain factories, allowing the constructed app-domain to
be customized.
## Version 10.1.0
- Add support for parameterized test fixtures (rubenhak)
## 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