7 references to RunSelection
Aspire.Dashboard (7)
Components\Layout\MainLayout.razor.cs (7)
107
RunSelection
.SelectRun(selectedRunId);
112
RunSelection
.SelectRun(runId: null);
115
if (
RunSelection
.SelectedRun.IsCurrent)
268
var selectedRunId =
RunSelection
.SelectedRun is { IsCurrent: false } selectedRun ? selectedRun.RunId : null;
280
RunSelection
.SelectRun(runId);
288
RunSelection
.SelectedRun.RunId);
296
var persistedRunId =
RunSelection
.SelectedRun is { IsCurrent: false } actualSelectedRun ? actualSelectedRun.RunId : string.Empty;