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