9 references to Localhost
Aspire.Hosting (1)
Dcp\Model\Service.cs (1)
25
public string AddressAllocationMode { get; set; } = AddressAllocationModes.
Localhost
;
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
250
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
282
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
314
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
347
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
802
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
847
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
880
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
915
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);