CliWrap v3.4.3 Release Notes
-
- ➕ Added
PipeSource.Create(...)andPipeTarget.Create(...)factory methods that can be used to create anonymous instances ofPipeSourceandPipeTarget. This approach can be convenient if you need to implement a customPipeSourceorPipeTargetbut don't want to define a new class. (Thanks @Cédric Luthi) - 📚 Updated inline documentation for
PipeTarget.Nullwith additional information clarifying the difference in behavior between that target andPipeTarget.ToStream(Stream.Null).
- ➕ Added