13 references to CaptureAppHostLogsAsync
aspire (1)
Commands\RunCommand.cs (1)
1003
var pendingLogCapture =
CaptureAppHostLogsAsync
(_fileLoggerProvider, backchannel, InteractionService, logCaptureCancellationSource.Token);
Aspire.Cli.Tests (12)
Commands\RunCommandTests.cs (12)
4445
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);
4491
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);
4537
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);
4591
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);
4635
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);
4679
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);
4716
var captureTask = RunCommand.
CaptureAppHostLogsAsync
(
4776
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None)
4819
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None)
4858
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);
4900
var captureTask = RunCommand.
CaptureAppHostLogsAsync
(
4951
await RunCommand.
CaptureAppHostLogsAsync
(fileLoggerProvider, backchannel, interactionService, CancellationToken.None);