PlayNicely.Executor.DotNet
1.3.2-beta-550
dotnet add package PlayNicely.Executor.DotNet --version 1.3.2-beta-550
NuGet\Install-Package PlayNicely.Executor.DotNet -Version 1.3.2-beta-550
<PackageReference Include="PlayNicely.Executor.DotNet" Version="1.3.2-beta-550" />
paket add PlayNicely.Executor.DotNet --version 1.3.2-beta-550
#r "nuget: PlayNicely.Executor.DotNet, 1.3.2-beta-550"
// Install PlayNicely.Executor.DotNet as a Cake Addin #addin nuget:?package=PlayNicely.Executor.DotNet&version=1.3.2-beta-550&prerelease // Install PlayNicely.Executor.DotNet as a Cake Tool #tool nuget:?package=PlayNicely.Executor.DotNet&version=1.3.2-beta-550&prerelease
Play Nicely - DotNet Executor
This package provides a dotnet [command]
specific ITestEnvironmentRunner
.
The runner returns a ExecutionResult<DotNetExecutionContext>
result, which
exposes details about the dotnet process. These details are collected by a
custom MSBuild.Logger that is specifed during execution using the
‑logger
parameter.
Getting Started
The DotNetRunner
class implements the ITestEnvironmentRunner
interface,
thus extending the PlayNicely.Executor package to support .NET
specific use cases.
PlayNicely.SpecFlow.DotNet depends on this package, providing Behavior-Driven Development language bindings that can be used to exercise .NET testing scenarios.
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.3.2-beta-550)
- System.Text.Json (>= 8.0.4)
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.