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