2 references to IsDevLocalhostTld
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
274
&& additionalUrl is null && EndpointHostHelpers.
IsDevLocalhostTld
(_dashboardUri))
Aspire.Hosting.Tests (1)
ApplicationModel\EndpointHostHelpersTests.cs (1)
144
var result = EndpointHostHelpers.
IsDevLocalhostTld
(new Uri($"http://{host}:12345"));