3 implementations of GetConsoleLogBatchesAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
748public IAsyncEnumerable<ResourceLogBatch> GetConsoleLogBatchesAsync(
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
720public IAsyncEnumerable<ResourceLogBatch> GetConsoleLogBatchesAsync(GetConsoleLogsRequest request, CancellationToken cancellationToken = default)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
234public async IAsyncEnumerable<ResourceLogBatch> GetConsoleLogBatchesAsync(
1 reference to GetConsoleLogBatchesAsync
aspire (1)
Commands\LogsCommand.cs (1)
423await foreach (var batch in connection.GetConsoleLogBatchesAsync(request, cancellationToken).ConfigureAwait(false))