1 write to EndpointAnnotation
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
65
EndpointAnnotation
= sba;
7 references to EndpointAnnotation
Aspire.Hosting (7)
Dcp\ApplicationExecutor.cs (7)
999
if (!svc.HasCompleteAddress && sp.
EndpointAnnotation
.IsProxied)
1005
if (!sp.
EndpointAnnotation
.IsProxied && svc.AllocatedPort is null)
1007
throw new InvalidOperationException($"Service '{svc.Metadata.Name}' needs to specify a port for endpoint '{sp.
EndpointAnnotation
.Name}' since it isn't using a proxy.");
1010
sp.
EndpointAnnotation
.AllocatedEndpoint = new AllocatedEndpoint(
1011
sp.
EndpointAnnotation
,
1622
var ea = sp.
EndpointAnnotation
;
1634
switch (sp.
EndpointAnnotation
.Protocol)