3 references to DashboardTestingPublishModeExceptionMessage
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
360throw new InvalidOperationException(Properties.Resources.DashboardTestingPublishModeExceptionMessage);
Aspire.Hosting.Testing.Tests (2)
DashboardTestingBuilderTests.cs (2)
158Assert.Equal(TestingResources.DashboardTestingPublishModeExceptionMessage, exception.Message); 171Assert.Equal(TestingResources.DashboardTestingPublishModeExceptionMessage, exception.Message);