7 references to RunSelection
Aspire.Dashboard (7)
Components\Layout\MainLayout.razor.cs (7)
116
RunSelection
.SelectRun(selectedRunId);
121
RunSelection
.SelectRun(runId: null);
124
if (
RunSelection
.SelectedRun.IsCurrent)
283
var selectedRunId =
RunSelection
.SelectedRun is { IsCurrent: false } selectedRun ? selectedRun.RunId : null;
295
RunSelection
.SelectRun(runId);
303
RunSelection
.SelectedRun.RunId);
311
var persistedRunId =
RunSelection
.SelectedRun is { IsCurrent: false } actualSelectedRun ? actualSelectedRun.RunId : string.Empty;