3 references to GetEndpointAnnotation
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (3)
23
public EndpointAnnotation EndpointAnnotation =>
GetEndpointAnnotation
() ?? throw new InvalidOperationException(ErrorMessage ?? $"The endpoint `{EndpointName}` is not defined for the resource `{Resource.Name}`.");
50
public bool Exists =>
GetEndpointAnnotation
() is not null;
151
var endpointAnnotation =
GetEndpointAnnotation
();