1 instantiation of ContainerNetworkConnection
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1959new ContainerNetworkConnection
4 references to ContainerNetworkConnection
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (2)
1047var containerNetwork = ctr.Spec.Networks.FirstOrDefault(n => n.Name == KnownNetworkIdentifiers.DefaultAspireContainerNetwork.Value); 1957ctr.Spec.Networks = new List<ContainerNetworkConnection>
Dcp\Model\Container.cs (1)
66public List<ContainerNetworkConnection>? Networks { get; set; }
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
2125var network = Assert.Single(container.Spec.Networks);