AppRunnerSettings.HandleErrorLine property

If set, each line of standard error is sent to the delegate, not to the console.

public Action<string>? HandleErrorLine { get; set; }

See Also