1 write to _endpoint
Aspire.Hosting (1)
ExternalServiceBuilderExtensions.cs (1)
466_endpoint = endpoint;
4 references to _endpoint
Aspire.Hosting (4)
ExternalServiceBuilderExtensions.cs (4)
474if (!_endpoint.Exists) 476return HealthCheckResult.Unhealthy($"The endpoint '{_endpoint.EndpointName}' does not exist on the resource."); 482var endpointValue = await _endpoint.GetValueAsync(cancellationToken).ConfigureAwait(false); 485return HealthCheckResult.Unhealthy($"The endpoint '{_endpoint.EndpointName}' does not have a URL.");