CliWrap v3.4.2 Release Notes

    • 👌 Improved process execution performance by not setting CreateNoWindow to false when running inside a console application. This change reduces performance overhead by up to 60% in some cases. (Thanks @Retik)
    • 👌 Improved overall performance by making use of IAsyncDisposable on streams where it is available.
    • 🔧 Marked configuration methods on Command with the Pure attribute. The compiler will now produce a warning if you call any of these methods without using the returned value.