Skip to content

Releases: Synnotech-AG/Synnotech.FluentProcesses

1.0.0 All About the Platform 🖇

11 Oct 08:15

Choose a tag to compare

Synntech.FluentProcesses 1.0.0

  • introduced OS platform check for Windows-specific properties when cloning a ProcessStartInfo instance in .NET Standard 2.0

0.1.0 Initial Release 🎈🎉😎

11 Oct 08:01

Choose a tag to compare

Synntech.FluentProcesses 0.1.0

  • initial release!
  • use the ProcessBuilder class to fluently configure a ProcessStartInfo instance.
  • call ProcessBuilder.EnableLogging to 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