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)
287
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
319
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
351
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
384
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
913
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
958
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
991
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);
1026
Assert.Equal(AddressAllocationModes.
Localhost
, svc.Spec.AddressAllocationMode);