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