3 references to GetEndpointOrDefault
Aspire.Hosting.Testing (3)
DistributedApplicationHostingTestingExtensions.cs (3)
102endpoint = GetEndpointOrDefault(resourceWithEndpoints, endpointName); 106endpoint = GetEndpointOrDefault(resourceWithEndpoints, "http") ?? GetEndpointOrDefault(resourceWithEndpoints, "https");