1 instantiation of ContainerNetworkConnection
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1826
new
ContainerNetworkConnection
3 references to ContainerNetworkConnection
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (1)
1824
ctr.Spec.Networks = new List<
ContainerNetworkConnection
>
Dcp\Model\Container.cs (1)
66
public List<
ContainerNetworkConnection
>? Networks { get; set; }
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
2088
var
network = Assert.Single(container.Spec.Networks);