Releases: Synnotech-AG/Synnotech.FluentProcesses
Releases · Synnotech-AG/Synnotech.FluentProcesses
1.0.0 All About the Platform 🖇
0.1.0 Initial Release 🎈🎉😎
Synntech.FluentProcesses 0.1.0
- initial release!
- use the
ProcessBuilderclass to fluently configure aProcessStartInfoinstance. - call
ProcessBuilder.EnableLoggingto easily log standard error and standard output streams of a process. - take advantage of automatic exit code verification. Customize the valid exit codes with
ProcessBuilder.WithValidExitCodes. - Provide your custom handlers for standard output and standard error