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