AppRunnerSettings.HandleOutputLine property

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

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

See Also