1 instantiation of ResourceLogEntry
Aspire.Hosting (1)
Dcp\ResourceLogSource.cs (1)
84var succeeded = channel.Writer.TryWrite(new ResourceLogEntry(line, lineIsError, timestamp, rawContent));
7 references to ResourceLogEntry
Aspire.Hosting (7)
Dcp\DcpResourceWatcher.cs (4)
548IAsyncEnumerable<IReadOnlyList<ResourceLogEntry>>? enumerable = null; 577private static IEnumerable<LogEntry> CreateLogEntries(IReadOnlyList<ResourceLogEntry> batch) 579foreach (var entry in batch) 596IAsyncEnumerable<IReadOnlyList<ResourceLogEntry>>? enumerable = resource switch
Dcp\ResourceLogSource.cs (3)
28IAsyncEnumerable<IReadOnlyList<ResourceLogEntry>> 31public async IAsyncEnumerator<IReadOnlyList<ResourceLogEntry>> GetAsyncEnumerator(CancellationToken cancellationToken) 48var channel = Channel.CreateUnbounded<ResourceLogEntry>(new UnboundedChannelOptions