Project Icon

simple-exec

Simplified External Command Execution Library for .NET Applications

Product DescriptionSimpleExec is a .NET library that simplifies the execution of external commands by directly utilizing System.Diagnostics.Process, bypassing the system shell. Supporting .NET 6.0 and later, it allows asynchronous command execution with default output echoing for transparency. The library offers optional parameters for tailored execution and special exception handling for non-zero exit codes, making it a suitable choice for developers needing efficient command control. It also allows handling of specific exit codes without exceptions, providing enhanced flexibility.
Project Details