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