9 references to Localhost
Aspire.Hosting (1)
Dcp\Model\Service.cs (1)
25public 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); 802Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 847Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 880Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 915Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode);