2 references to DashboardUrlApplicationNotStartedExceptionMessage
Aspire.Hosting.Testing (1)
DistributedApplicationHostingTestingExtensions.cs (1)
83
ThrowIfNotStarted(app, Properties.Resources.
DashboardUrlApplicationNotStartedExceptionMessage
);
Aspire.Hosting.Testing.Tests (1)
DashboardUrlTests.cs (1)
283
Assert.Equal(TestingResources.
DashboardUrlApplicationNotStartedExceptionMessage
, exception.Message);