CliWrap v2.5 Release Notes

Release Date: 2019-10-30 // over 4 years ago
    • ➕ Added callbacks that trigger when stdout/stderr streams are closed. (Thanks @Daniel15)
    • ➕ Added an overload for SetCancellationToken that accepts killEntireProcessTree. Passing true to this option will make CliWrap attempt to kill the entire process tree when cancellation is requested, as opposed to only the parent process. Note, this option is only available on .NET Framework 4.5+ and .NET Core 3.0+. (Thanks @M-Patrone)
    • ✂ Removed ReSharper annotations.