2 writes to DefaultHttpsEndpoint
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
838launchDefaults.DefaultHttpsEndpoint = e;
Aspire.Hosting.Radius.Tests (1)
Publishing\RadiusServiceDiscoveryTests.cs (1)
72resource.Annotations.Add(new ProjectLaunchDefaultsAnnotation { DefaultHttpsEndpoint = https });
4 references to DefaultHttpsEndpoint
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
1154if (e.EndpointAnnotation.UriScheme == scheme && e.EndpointAnnotation != launchDefaults.DefaultHttpsEndpoint) 1186if (e.EndpointAnnotation == launchDefaults.DefaultHttpsEndpoint)
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
250endpoint == launchDefaults.DefaultHttpsEndpoint)
Aspire.Hosting.Radius (1)
Publishing\RadiusServiceDiscovery.cs (1)
121ReferenceEquals(resolved.Endpoint, launchDefaults.DefaultHttpsEndpoint))