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)
251Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 283Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 315Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 348Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 813Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 858Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 891Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 926Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode);