v0.12.42 #146
alexrp
announced in
Announcements
v0.12.42
#146
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Run()
andRunIn()
convenience methods toChildProcess
.ChildProcessErrorException
type, derived fromChildProcessException
.ChildProcess
to throwChildProcessErrorException
for non-zero exit codes ifChildProcessBuilder.ThrowOnError
is set.ChildProcess
APIs to throwChildProcessException
if something goes wrong with starting or killing a process.ChildProcess.Kill()
to handle the broaderSystemException
instead ofInvalidOperationException
, preventing various unhelpful OS exceptions from bubbling up.ChildProcessReader
to not bubble upIOException
s resulting from the child process somehow closing the pipe.ChildProcessReader
to properly cancel its read loop when cancellation is requested for the child process.linux-arm
,linux-arm64
,linux-x64
,osx-arm64
,osx-x64
,win-arm64
,win-x86
, andwin-x64
.linux-musl-arm
,linux-musl-arm64
, andlinux-musl-x64
will come in a future release.Beta Was this translation helpful? Give feedback.
All reactions