Base:
6 references to Message
Aspire.Hosting.Tests (1)
HealthCheckTests.cs (1)
137Assert.Equal("A health check registration is missing. Check logs for more details.", ex.Message);
Microsoft.Extensions.Diagnostics.Probes.Tests (1)
KubernetesProbesOptionsValidatorTests.cs (1)
88Assert.Fail("Unexpected OptionsValidationException: " + ex.Message);
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (4)
ServiceDiscoveryDnsServiceCollectionExtensionsTests.cs (4)
51Assert.Equal("Servers must not be null.", exception.Message); 64Assert.Equal("MaxAttempts must be one or greater.", exception.Message); 77Assert.Equal("Timeout must not be negative or zero.", exception.Message); 90Assert.Equal("Timeout must not be greater than 2147483647 milliseconds.", exception.Message);