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