RunProcessAsTask 1.1.2
See the version list below for details.
dotnet add package RunProcessAsTask --version 1.1.2
NuGet\Install-Package RunProcessAsTask -Version 1.1.2
<PackageReference Include="RunProcessAsTask" Version="1.1.2" />
paket add RunProcessAsTask --version 1.1.2
#r "nuget: RunProcessAsTask, 1.1.2"
// Install RunProcessAsTask as a Cake Addin #addin nuget:?package=RunProcessAsTask&version=1.1.2 // Install RunProcessAsTask as a Cake Tool #tool nuget:?package=RunProcessAsTask&version=1.1.2
Simple wrapper around System.Diagnostics.Process to expose it as a System.Threading.Tasks.Task<ProcessResults>
Includes support for cancellation, timeout (via cancellation), and exposes the standard output, standard error, exit code, and run time of the process.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on RunProcessAsTask:
Package | Downloads |
---|---|
VBoxDude
Handy class for working with VirtualBox. |
|
LiveTextSharp
.NET bindings for macOS live text feature. |
|
OsLibCore
Handling of files and system calls |
|
Bld.WlanUtils
Simple stupid utils for linux wlan management. Based on OpenHD code. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on RunProcessAsTask:
Repository | Stars |
---|---|
Tyrrrz/CliWrap
Library for running command-line processes
|
|
Azure/iotedge
The IoT Edge OSS project
|
|
microsoft/Oryx
Build your repo automatically.
|
|
libertyernie/LoopingAudioConverter
A converter frontend for loopable audio formats
|