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)
637Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 669Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 701Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 734Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 885Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3394Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3439Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3547Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3580Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode); 3615Assert.Equal(AddressAllocationModes.Localhost, svc.Spec.AddressAllocationMode);