4 instantiations of ResourceLogLine
Aspire.Hosting (4)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (4)
595await channel.Writer.WriteAsync(new ResourceLogLine 633yield return new ResourceLogLine 655yield return new ResourceLogLine 698await channel.Writer.WriteAsync(new ResourceLogLine
7 references to ResourceLogLine
Aspire.Hosting (6)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (6)
156public IAsyncEnumerable<ResourceLogLine> GetConsoleLogsAsync(GetConsoleLogsRequest request, CancellationToken cancellationToken = default) 561public async IAsyncEnumerable<ResourceLogLine> GetResourceLogsAsync( 581var channel = System.Threading.Channels.Channel.CreateUnbounded<ResourceLogLine>(); 619await foreach (var logLine in channel.Reader.ReadAllAsync(cancellationToken).ConfigureAwait(false)) 670var channel = System.Threading.Channels.Channel.CreateUnbounded<ResourceLogLine>(); 725await foreach (var logLine in channel.Reader.ReadAllAsync(cancellationToken).ConfigureAwait(false))
Aspire.Hosting.Tests (1)
Backchannel\BackchannelContractTests.cs (1)
40typeof(ResourceLogLine),