1 write to Persistent
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
1454ctr.Spec.Persistent = true;
1 reference to Persistent
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
657return (container.Spec.Persistent ?? false) ? ContainerLifetime.Persistent : ContainerLifetime.Session;