3 implementations of SupportsRunSelection
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
229public bool SupportsRunSelection => PersistenceMode == DashboardPersistenceMode.Run;
Aspire.Dashboard.Components.Tests (1)
Shared\FluentUISetupHelpers.cs (1)
299public bool SupportsRunSelection => supportsRunSelection;
Aspire.Dashboard.Tests (1)
Shared\TestDashboardDataSource.cs (1)
50public bool SupportsRunSelection => _runs.Any(run => !run.IsCurrent);
1 reference to SupportsRunSelection
Aspire.Dashboard (1)
Components\Layout\MainLayout.razor.cs (1)
99if (RunStore.SupportsRunSelection)