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