RunProcessAsTask 1.0.0
See the version list below for details.
dotnet add package RunProcessAsTask --version 1.0.0
NuGet\Install-Package RunProcessAsTask -Version 1.0.0
<PackageReference Include="RunProcessAsTask" Version="1.0.0" />
paket add RunProcessAsTask --version 1.0.0
#r "nuget: RunProcessAsTask, 1.0.0"
// Install RunProcessAsTask as a Cake Addin #addin nuget:?package=RunProcessAsTask&version=1.0.0 // Install RunProcessAsTask as a Cake Tool #tool nuget:?package=RunProcessAsTask&version=1.0.0
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, and exit code 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
|