11 references to Localhost
Aspire.Hosting (1)
Dcp\Model\Service.cs (1)
26public string AddressAllocationMode { get; set; } = AddressAllocationModes.Localhost;
Aspire.Hosting.Tests (10)
Dcp\DcpExecutorTests.cs (10)
644Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 682Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 713Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 778Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 936Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3491Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3538Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3654Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3687Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3722Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode);