1 write to DashboardUrl
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
27options.DashboardUrl = configuration[KnownConfigNames.AspNetCoreUrls];
2 references to DashboardUrl
Aspire.Hosting (2)
Backchannel\AppHostRpcTarget.cs (1)
129if (!StringUtils.TryGetUriFromDelimitedString(dashboardOptions.Value.DashboardUrl, ";", out var dashboardUri))
DistributedApplicationBuilder.cs (1)
396if (StringUtils.TryGetUriFromDelimitedString(dashboardOptions.DashboardUrl, ";", out var firstDashboardUrl))