9 references to Localhost
Aspire.Hosting (1)
Dcp\Model\Service.cs (1)
26public string AddressAllocationMode { get; set; } = AddressAllocationModes.Localhost;
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
288Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 320Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 352Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 385Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 914Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 959Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 992Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 1027Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode);