9 references to Localhost
Aspire.Hosting (1)
Dcp\Model\Service.cs (1)
26
public string AddressAllocationMode { get; set; } = AddressAllocationModes.
Localhost
;
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
251
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
283
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
315
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
348
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
813
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
858
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
891
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
926
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);