1 instantiation of ContainerPortSpec
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
1605var portSpec = new ContainerPortSpec()
3 references to ContainerPortSpec
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (2)
645foreach (var port in container.Spec.Ports) 1605var portSpec = new ContainerPortSpec()
Dcp\Model\Container.cs (1)
30public List<ContainerPortSpec>? Ports { get; set; }