2 references to DashboardDisabledExceptionMessage
Aspire.Hosting.Testing (1)
DistributedApplicationHostingTestingExtensions.cs (1)
80throw new InvalidOperationException(Properties.Resources.DashboardDisabledExceptionMessage);
Aspire.Hosting.Testing.Tests (1)
DashboardUrlTests.cs (1)
247Assert.Equal(TestingResources.DashboardDisabledExceptionMessage, exception.Message);