2 references to PipeOutputAsync
Aspire.Hosting.Maui (2)
Lifecycle\MauiBuildQueueEventSubscriber.cs (2)
189var stdoutTask = PipeOutputAsync(process.StandardOutput, logger, LogLevel.Information, token); 190var stderrTask = PipeOutputAsync(process.StandardError, logger, LogLevel.Warning, token);