PipedProcess 2.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package PipedProcess --version 2.1.1
                    
NuGet\Install-Package PipedProcess -Version 2.1.1
                    
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="PipedProcess" Version="2.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PipedProcess" Version="2.1.1" />
                    
Directory.Packages.props
<PackageReference Include="PipedProcess" />
                    
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 PipedProcess --version 2.1.1
                    
#r "nuget: PipedProcess, 2.1.1"
                    
#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.
#addin nuget:?package=PipedProcess&version=2.1.1
                    
Install PipedProcess as a Cake Addin
#tool nuget:?package=PipedProcess&version=2.1.1
                    
Install PipedProcess as a Cake Tool

C++ helper class to create a child process with redirected std in/out/error streams using the Windows API.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.2 835 4/25/2024
2.1.1 3,596 10/18/2016
1.0.4.1 1,441 7/26/2016
1.0.3 1,704 8/22/2015
1.0.2 1,175 8/19/2015
1.0.1 1,152 8/18/2015

fixed empty pipe read error