5 references to DashboardUrlNotReachable
aspire (1)
Commands\TelemetryCommandHelpers.cs (1)
395
string.Format(CultureInfo.CurrentCulture, TelemetryCommandStrings.
DashboardUrlNotReachable
, dashboardBaseUrl),
Aspire.Cli.Tests (4)
Commands\TelemetryCommandTests.cs (4)
306
(HttpStatusCode.NotFound, "text/plain", "Not Found", HttpStatusCode.NotFound, nameof(TelemetryCommandStrings.
DashboardUrlNotReachable
)),
308
(HttpStatusCode.OK, "text/html", "<html></html>", HttpStatusCode.NotFound, nameof(TelemetryCommandStrings.
DashboardUrlNotReachable
)),
364
nameof(TelemetryCommandStrings.
DashboardUrlNotReachable
) => string.Format(CultureInfo.CurrentCulture, TelemetryCommandStrings.
DashboardUrlNotReachable
, "http://localhost:18888"),