1 write to Content
Aspire.Hosting (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
102
Content
= logMessage,
6 references to Content
Aspire.Hosting (4)
ApplicationModel\ResourceLoggerService.cs (1)
856
var 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
125
return new(logEntry.Timestamp, logEntry.
Content
, logEntry.RawContent, logEntry.Type);
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
1554
l => Assert.Equal("Next", l.
Content
),
1555
l => Assert.Equal("Hello world", l.
Content
),