1 write to EndpointAnnotation
Aspire.Hosting (1)
Dcp\AppResource.cs (1)
42
EndpointAnnotation
= sba;
8 references to EndpointAnnotation
Aspire.Hosting (8)
Dcp\DcpExecutor.cs (8)
734
if (!svc.HasCompleteAddress && sp.
EndpointAnnotation
.IsProxied)
740
if (!sp.
EndpointAnnotation
.IsProxied && svc.AllocatedPort is null)
742
throw new InvalidOperationException($"Service '{svc.Metadata.Name}' needs to specify a port for endpoint '{sp.
EndpointAnnotation
.Name}' since it isn't using a proxy.");
745
sp.
EndpointAnnotation
.AllocatedEndpoint = new AllocatedEndpoint(
746
sp.
EndpointAnnotation
,
1385
var ea = sp.
EndpointAnnotation
;
1766
var ea = sp.
EndpointAnnotation
;
1778
switch (sp.
EndpointAnnotation
.Protocol)