1 write to PersistenceMode
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
115PersistenceMode = options.Value.Data.PersistenceMode;
5 references to PersistenceMode
Aspire.Dashboard (5)
ServiceClient\DashboardRunStore.cs (5)
120switch (PersistenceMode) 190throw new InvalidOperationException($"Unexpected dashboard persistence mode: {PersistenceMode}"); 205PersistenceMode, 245public bool SupportsRunSelection => PersistenceMode == DashboardPersistenceMode.Run; 421else if (PersistenceMode == DashboardPersistenceMode.Run && Directory.Exists(CurrentWorkingDirectory))