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