5 references to Message
Aspire.Dashboard.Components.Tests (5)
Layout\MainLayoutTests.cs (3)
588Assert.Equal("Failed to switch to dashboard run 'historical'. Keeping dashboard run 'current' selected.", errorLog.Message); 641Assert.Equal("Failed to update the pinned state of dashboard run 'historical'.", errorLog.Message); 861Assert.Equal("Failed to restore dashboard run 'historical'. Falling back to the current run.", errorLog.Message);
Pages\TraceDetailsTests.cs (1)
435return testSink.Writes.Any(w => w.Message?.Contains($"Trace '{traceId}' is unchanged.") ?? false);
tests\Shared\Logging\WriteContext.cs (1)
32return $"{LogLevel} {LoggerName}: {Message}";