Implemented interface member:
property
SelectedRun
Aspire.Dashboard.ServiceClient.IDashboardRunSelection.SelectedRun
1 write to SelectedRun
Aspire.Dashboard.Components.Tests (1)
Shared\FluentUISetupHelpers.cs (1)
322SelectedRun = runId is not null ? runStore.GetRunById(runId) ?? runStore.GetCurrentRun() : runStore.GetCurrentRun();
6 references to SelectedRun
Aspire.Dashboard.Components.Tests (6)
Layout\MainLayoutTests.cs (4)
583Assert.True(runSelection.SelectedRun.IsCurrent); 737Assert.True(runSelection.SelectedRun.IsCurrent); 855Assert.True(runSelection.SelectedRun.IsCurrent); 913Assert.True(runSelection.SelectedRun.IsCurrent);
Shared\FluentUISetupHelpers.cs (2)
323SelectedRunId = SelectedRun.IsCurrent ? null : SelectedRun.RunId;