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