5 writes to Port
Aspire.Dashboard.Tests (5)
Telemetry\DashboardTelemetrySenderTests.cs (3)
39
Port
= 5000,
66
Port
= 5000,
113
Port
= 5000,
Telemetry\DashboardTelemetryServiceTests.cs (2)
29
Port
= 5000,
90
Port
= 5000,
3 references to Port
Aspire.Dashboard (2)
Model\DebugSessionHelpers.cs (2)
52
if (debugSession.
Port
is not null && debugSession.Token is not null)
56
debugSessionUri = new Uri($"{scheme}://localhost:{debugSession.
Port
}");
Aspire.Dashboard.Tests (1)
Integration\StartupTests.cs (1)
286
Assert.Equal(8080, app.DashboardOptionsMonitor.CurrentValue.DebugSession.
Port
);