Skip to main content
RunProcessAsTask package icon

RunProcessAsTask

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.

Total Downloads
763.4K
763,431
Published
Jun 10, 2019
Latest stable version

Install

.NET CLI
dotnet add package RunProcessAsTask --version 1.2.4
Package Manager Console
Install-Package RunProcessAsTask -Version 1.2.4
PackageReference
<PackageReference Include="RunProcessAsTask" Version="1.2.4" />

Frameworks

.NETFramework4.5 .NETStandard1.4 .NETStandard2.0

Dependencies

NETStandard.Library
.NETStandard1.4
[1.6.1, )
[4.3.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.