NXTest.Runtime
0.3.0
dotnet add package NXTest.Runtime --version 0.3.0
NuGet\Install-Package NXTest.Runtime -Version 0.3.0
<PackageReference Include="NXTest.Runtime" Version="0.3.0" />
<PackageVersion Include="NXTest.Runtime" Version="0.3.0" />
<PackageReference Include="NXTest.Runtime" />
paket add NXTest.Runtime --version 0.3.0
#r "nuget: NXTest.Runtime, 0.3.0"
#:package NXTest.Runtime@0.3.0
#addin nuget:?package=NXTest.Runtime&version=0.3.0
#tool nuget:?package=NXTest.Runtime&version=0.3.0
NXTest.Runtime
The execution engine and runner for the NXTest testing framework. Regular tests use Microsoft.Testing.Platform; direct benchmark runs bypass it.
The source generator normally supplies the entry point. Custom hosts can call the same dispatcher explicitly:
using NXTest.Generated;
using NXTest.Runtime;
return await TestFramework.RunAsync(args, TestRegistry.GetAllTests());
TestExecutionOptions controls parallelism (ParallelMode), stop-on-first-failure, and
related behavior.
Most users should install the NXTest meta-package, which includes this package along with the core attributes and source generator.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.Testing.Extensions.TrxReport (>= 2.3.0)
- Microsoft.Testing.Platform (>= 2.3.0)
- NXTest.Core (>= 0.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NXTest.Runtime:
| Package | Downloads |
|---|---|
|
NXTest
Meta-package that pulls in all NXTest packages (Core, Runtime, and source generators) for a complete testing framework experience. |
GitHub repositories
This package is not used by any popular GitHub repositories.