Factory helpers that build IProcessResultValidator<TProcessResult> instances from CliInvoke's shared validation rules, for use with post-exit validation middleware.
public static class PostExitValidation
kind:method, kind:property, kind:ctor. Press Esc to clear.ExitCodeIs(Int32)Creates a validator that ensures the process exited with the specified exit code.ExitCodeIsOneOf(Int32[])Creates a validator that ensures the process exited with one of the allowed exit codes.ExitCodeIsZero()Creates a validator that ensures the process exited with a zero exit code.StderrIsEmpty()Creates a validator that ensures the buffered process result's standard error is empty or whitespace only.StdoutMatches(String)Creates a validator that ensures the buffered process result's standard output matches the supplied regular expression.