1 instantiation of ResourceLogBatch
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1566
yield return new
ResourceLogBatch
{ Lines = batch };
4 references to ResourceLogBatch
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
207
public IAsyncEnumerable<
ResourceLogBatch
> GetConsoleLogBatchesAsync(GetConsoleLogsRequest request, CancellationToken cancellationToken = default)
1543
private async IAsyncEnumerable<
ResourceLogBatch
> GetResourceLogBatchesAsync(
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
1865
await foreach (
var
batch in target.GetConsoleLogBatchesAsync(new GetConsoleLogsRequest
Backchannel\BackchannelContractTests.cs (1)
68
typeof(
ResourceLogBatch
),