1 write to _runStore
Aspire.Dashboard (1)
ServiceClient\DashboardDataSource.cs (1)
47_runStore = runStore;
2 references to _runStore
Aspire.Dashboard (2)
ServiceClient\DashboardDataSource.cs (2)
82var currentRun = _runStore.GetCurrentRun(); 83var selectedRun = runId is not null ? _runStore.GetRunById(runId) : null;