1 write to Ports
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
1618
dcpContainerResource.Spec.
Ports
= new();
3 references to Ports
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (3)
649
if (container.Spec.
Ports
is null)
655
foreach (var port in container.Spec.
Ports
)
1642
dcpContainerResource.Spec.
Ports
.Add(portSpec);