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)
287Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 319Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 351Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 384Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 913Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 958Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 991Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 1026Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode);