7 instantiations of DebugSessionOptions
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
19public DebugSessionOptions DebugSession { get; set; } = new();
Aspire.Dashboard.Tests (6)
Telemetry\DashboardTelemetrySenderTests.cs (4)
23DebugSession = new DebugSessionOptions() 37DebugSession = new DebugSessionOptions 64DebugSession = new DebugSessionOptions 111DebugSession = new DebugSessionOptions
Telemetry\DashboardTelemetryServiceTests.cs (2)
27DebugSession = new DebugSessionOptions 88DebugSession = new DebugSessionOptions
2 references to DebugSessionOptions
Aspire.Dashboard (2)
Configuration\DashboardOptions.cs (1)
19public DebugSessionOptions DebugSession { get; set; } = new();
Model\DebugSessionHelpers.cs (1)
47DebugSessionOptions debugSession,