1 write to PersistenceMode
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
113PersistenceMode = options.Value.Data.PersistenceMode;
5 references to PersistenceMode
Aspire.Dashboard (5)
ServiceClient\DashboardRunStore.cs (5)
118switch (PersistenceMode) 174throw new InvalidOperationException($"Unexpected dashboard persistence mode: {PersistenceMode}"); 189PersistenceMode, 229public bool SupportsRunSelection => PersistenceMode == DashboardPersistenceMode.Run; 398else if (PersistenceMode == DashboardPersistenceMode.Run && Directory.Exists(RunDirectory))