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)
250Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 282Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 314Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 347Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 812Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 857Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 890Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 925Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode);