1 write to DashboardUrl
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
26
options.
DashboardUrl
= configuration[KnownConfigNames.AspNetCoreUrls];
1 reference to DashboardUrl
Aspire.Hosting (1)
Backchannel\AppHostRpcTarget.cs (1)
112
if (!StringUtils.TryGetUriFromDelimitedString(dashboardOptions.Value.
DashboardUrl
, ";", out var dashboardUri))