3 references to ResourceServiceUrlName
Aspire.Dashboard (2)
Configuration\PostConfigureDashboardOptions.cs (1)
48
if (_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)
99
config[DashboardConfigNames.
ResourceServiceUrlName
.ConfigKey] = "https://localhost:1234"; // won't actually exist