1 write to EndpointAnnotation
Aspire.Hosting (1)
Dcp\AppResource.cs (1)
42EndpointAnnotation = sba;
8 references to EndpointAnnotation
Aspire.Hosting (8)
Dcp\DcpExecutor.cs (8)
662if (!svc.HasCompleteAddress && sp.EndpointAnnotation.IsProxied) 668if (!sp.EndpointAnnotation.IsProxied && svc.AllocatedPort is null) 670throw new InvalidOperationException($"Service '{svc.Metadata.Name}' needs to specify a port for endpoint '{sp.EndpointAnnotation.Name}' since it isn't using a proxy."); 673sp.EndpointAnnotation.AllocatedEndpoint = new AllocatedEndpoint( 674sp.EndpointAnnotation, 1234var ea = sp.EndpointAnnotation; 1246switch (sp.EndpointAnnotation.Protocol) 1482var ea = sp.EndpointAnnotation;