2 writes to ResourcePrefix
aspire (2)
src\Shared\ConsoleLogs\LogEntry.cs (2)
88ResourcePrefix = resourcePrefix 104ResourcePrefix = resourcePrefix,
7 references to ResourcePrefix
aspire (7)
Commands\LogsCommand.cs (5)
268ResourceName = 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"/>. 444var displayName = entry.ResourcePrefix ?? string.Empty; 487var 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)
69if (pauseVM.ResourcePrefix == logEntry.ResourcePrefix && pauseVM.Contains(logEntry.Timestamp.Value))