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