1 write to Content
Aspire.Hosting (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
51
Content
= logMessage,
4 references to Content
Aspire.Hosting (2)
ApplicationModel\ResourceLoggerService.cs (1)
599
var content = entry.
Content
?? string.Empty;
src\Shared\ConsoleLogs\LogEntry.cs (1)
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.
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
628
l => Assert.Equal("Next", l.
Content
),
629
l => Assert.Equal("Hello world", l.
Content
));