1 write to _dashboardUri
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
61
Uri.TryCreate(dashboardUrl, UriKind.Absolute, out
_dashboardUri
);
3 references to _dashboardUri
Aspire.Hosting (3)
Orchestrator\ApplicationOrchestrator.cs (3)
274
&& additionalUrl is null && EndpointHostHelpers.IsDevLocalhostTld(
_dashboardUri
))
279
var subdomainSuffix =
_dashboardUri
.Host[..
_dashboardUri
.Host.IndexOf(".dev.localhost", StringComparison.OrdinalIgnoreCase)];