PlayNicely.Executor.DotNet
1.1.0-beta-393
See the version list below for details.
dotnet add package PlayNicely.Executor.DotNet --version 1.1.0-beta-393
NuGet\Install-Package PlayNicely.Executor.DotNet -Version 1.1.0-beta-393
<PackageReference Include="PlayNicely.Executor.DotNet" Version="1.1.0-beta-393" />
paket add PlayNicely.Executor.DotNet --version 1.1.0-beta-393
#r "nuget: PlayNicely.Executor.DotNet, 1.1.0-beta-393"
// Install PlayNicely.Executor.DotNet as a Cake Addin #addin nuget:?package=PlayNicely.Executor.DotNet&version=1.1.0-beta-393&prerelease // Install PlayNicely.Executor.DotNet as a Cake Tool #tool nuget:?package=PlayNicely.Executor.DotNet&version=1.1.0-beta-393&prerelease
Play Nicely - DotNet Executor
This package provides a dotnet
specific ITestEnvironmentRunner
. The runner
emits a result with a ExecutionResult<DotNetExecutionContext>
which includes
important details about the dotnet process via a custom
MSBuild.Logger.
Getting Started
All you really need to do to use this package is install it in your release test project and call the execution methods from whatever framework you use. The PlayNicely.SpecFlow.DotNet package already integrates this package ready for release test automation.
For a more complete getting started guide, check out the PlayNicely.Executor package.
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. |
-
net8.0
- Microsoft.Build.Utilities.Core (>= 17.8.3)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- PlayNicely.Executor (>= 1.1.0-beta-393)
- System.Text.Json (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PlayNicely.Executor.DotNet:
Package | Downloads |
---|---|
PlayNicely.SpecFlow.DotNet
SpecFlow bindings that allow you to run tests by executing dotnet commands against a pre-configured test environment and test case project. |
GitHub repositories
This package is not used by any popular GitHub repositories.