2 references to ResourceServiceUrlName
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
493context.EnvironmentVariables[DashboardConfigNames.ResourceServiceUrlName.EnvVarName] = resourceServiceUrl;
Aspire.Hosting.Tests (1)
Dashboard\DashboardResourceTests.cs (1)
304Assert.Equal("http://localhost:5000", config.Single(e => e.Key == DashboardConfigNames.ResourceServiceUrlName.EnvVarName).Value);