2 writes to ResourcePrefix
aspire (2)
src\Shared\ConsoleLogs\LogEntry.cs (2)
88
ResourcePrefix
= resourcePrefix
104
ResourcePrefix
= resourcePrefix,
7 references to ResourcePrefix
aspire (7)
Commands\LogsCommand.cs (5)
268
ResourceName = entry.
ResourcePrefix
?? string.Empty,
371
/// into a <see cref="LogEntry"/> with the resolved resource name set on <see cref="LogEntry.
ResourcePrefix
"/>
434
/// set on <see cref="LogEntry.
ResourcePrefix
"/>.
444
var displayName = entry.
ResourcePrefix
?? string.Empty;
487
var prefix = entry.
ResourcePrefix
?? string.Empty;
Mcp\Tools\ListConsoleLogsTool.cs (1)
105
(e.Content ?? string.Empty, e.RawContent ?? string.Empty, e.
ResourcePrefix
?? string.Empty),
src\Shared\ConsoleLogs\LogEntries.cs (1)
69
if (pauseVM.ResourcePrefix == logEntry.
ResourcePrefix
&& pauseVM.Contains(logEntry.Timestamp.Value))