1 write to Content
Aspire.Hosting (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
102Content = logMessage,
6 references to Content
Aspire.Hosting (4)
ApplicationModel\ResourceLoggerService.cs (1)
856var content = entry.Content ?? string.Empty;
src\Shared\ConsoleLogs\LogEntry.cs (3)
18/// The text content of the log entry. This is the same as <see cref="Content"/>, but without embedded links or other transformations and including the timestamp. 28/// text - <see cref="Content"/> contains HTML markup added during ANSI conversion and 125return new(logEntry.Timestamp, logEntry.Content, logEntry.RawContent, logEntry.Type);
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
1554l => Assert.Equal("Next", l.Content), 1555l => Assert.Equal("Hello world", l.Content),