1 write to Content
aspire (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
102
Content
= logMessage,
7 references to Content
aspire (7)
Commands\LogsCommand.cs (3)
270
Content = entry.
Content
?? entry.RawContent ?? string.Empty,
445
var content = entry.
Content
?? entry.RawContent ?? string.Empty;
486
var content = entry.RawContent ?? entry.
Content
?? string.Empty;
Mcp\Tools\ListConsoleLogsTool.cs (1)
105
(e.
Content
?? string.Empty, e.RawContent ?? string.Empty, e.ResourcePrefix ?? 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);