13 references to Message
Aspire.Dashboard.Tests (13)
Integration\FrontendBrowserTokenAuthTests.cs (1)
101Assert.Equal("FrontendComposite was not authenticated. Failure message: Connection type Frontend is not enabled on this connection.", log.Message);
Integration\FrontendOpenIdConnectAuthTests.cs (1)
90Assert.Equal("FrontendComposite was not authenticated. Failure message: Connection type Frontend is not enabled on this connection.", log.Message);
Integration\OtlpHttpServiceTests.cs (3)
289w.Message!.Contains("OTLP HTTP request with unsupported content type")).ToList(); 292Assert.Contains("application/x-protobuf", log.Message); 293Assert.Contains("unsupported content type", log.Message);
Integration\StartupTests.cs (1)
394if (!w.Message?.Contains("The dashboard is configured with a shared endpoint for browser access and the OTLP service. The endpoint doesn't use TLS so browser access is only possible via a TLS terminating proxy.") ?? false)
Model\IconResolverTests.cs (2)
62Assert.Contains("NonExistentIcon", write.Message); 63Assert.Contains("could not be resolved", write.Message);
TelemetryRepositoryTests\OtlpHelpersTests.cs (2)
452Assert.Equal("Duplicate attribute key1 with different value. Last value wins.", w.Message); 505Assert.Equal("Duplicate attribute key1 with different value. Last value wins.", w.Message);
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (1)
169if (write.Message == "Callback 'Test' has been disposed.")
TelemetryRepositoryTests\TraceTests.cs (1)
149Assert.Equal("Error adding span.", write.Message);
tests\Shared\Logging\WriteContext.cs (1)
32return $"{LogLevel} {LoggerName}: {Message}";