2 implementations of SelectRun
Aspire.Dashboard (1)
ServiceClient\DashboardDataSource.cs (1)
78void IDashboardRunSelection.SelectRun(string? runId) => SelectRun(runId);
Aspire.Dashboard.Components.Tests (1)
Shared\FluentUISetupHelpers.cs (1)
310public void SelectRun(string? runId)
3 references to SelectRun
Aspire.Dashboard (3)
Components\Layout\MainLayout.razor.cs (3)
107RunSelection.SelectRun(selectedRunId); 112RunSelection.SelectRun(runId: null); 280RunSelection.SelectRun(runId);