You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Non-Windows) ChildProcessFlags.DisableArgumentQuoting now results in a PlatformNotSupportedException.
New Features
(Windows) Add the ability to obtain the process handle and the primary thread handle of the child process: ChildProcessFlags.EnableHandle, IChildProcess.Handle, IChildProcess.PrimaryThreadHandle
(Windows) Add the ability to create the child process with the CREATE_SUSPENDED flag