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)
288
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
320
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
352
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
385
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
914
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
959
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
992
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
1027
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);