PlayNicely.Executor.DotNet 1.4.0

dotnet add package PlayNicely.Executor.DotNet --version 1.4.0
                    
NuGet\Install-Package PlayNicely.Executor.DotNet -Version 1.4.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PlayNicely.Executor.DotNet" Version="1.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PlayNicely.Executor.DotNet" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="PlayNicely.Executor.DotNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PlayNicely.Executor.DotNet --version 1.4.0
                    
#r "nuget: PlayNicely.Executor.DotNet, 1.4.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PlayNicely.Executor.DotNet@1.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PlayNicely.Executor.DotNet&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=PlayNicely.Executor.DotNet&version=1.4.0
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
1.4.0 0 8/30/2026
1.4.0-beta-598 0 8/30/2026
1.3.2 34 8/29/2026
1.3.2-beta-586 33 8/29/2026
1.3.2-beta-582 40 8/29/2026
1.3.2-beta-576 34 8/29/2026
1.3.2-beta-564 253 9/25/2025
1.3.2-beta-550 189 10/4/2024
1.3.2-beta-543 202 9/28/2024
1.3.2-beta-535 175 9/28/2024
1.3.2-beta-529 190 9/23/2024
1.3.2-beta-518 214 9/21/2024
1.3.2-beta-511 196 9/20/2024
1.3.2-beta-509 211 9/20/2024
1.3.2-beta-507 197 9/20/2024
1.3.2-beta-505 215 9/19/2024
1.3.2-beta-501 202 9/18/2024
1.3.2-beta-499 170 9/18/2024
1.3.2-beta-496 209 9/18/2024
1.3.2-beta-494 215 9/18/2024
Loading failed