3 references to ResourceServiceUrlName
Aspire.Dashboard (2)
Configuration\PostConfigureDashboardOptions.cs (1)
48if (_configuration.GetString(DashboardConfigNames.ResourceServiceUrlName.ConfigKey,
ServiceClient\DashboardClient.cs (1)
96_logger.LogDebug("{ConfigKey} is not specified. Dashboard client services are unavailable.", DashboardConfigNames.ResourceServiceUrlName.ConfigKey);
Aspire.Dashboard.Tests (1)
Integration\FrontendOpenIdConnectAuthTests.cs (1)
99config[DashboardConfigNames.ResourceServiceUrlName.ConfigKey] = "https://localhost:1234"; // won't actually exist