A validation rule that checks whether the process result's standard error output is empty or contains only whitespace. Only meaningful when the result is a BufferedProcessResult; results that do not expose standard error text pass the rule.
public static Func<BufferedProcessResult, bool> RequiresStandardErrorIsEmpty()