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