4 references to Session
Aspire.Hosting (4)
ApplicationModel\ResourceExtensions.cs (1)
1138ContainerLifetime.Session => Lifetime.Session,
ContainerResourceBuilderExtensions.cs (2)
566/// <param name="lifetime">The lifetime behavior of the container resource. The default behavior is <see cref="ContainerLifetime.Session"/>.</param> 596ContainerLifetime.Session => PersistenceMode.Session,
Dcp\ResourceSnapshotBuilder.cs (1)
94return (container.Spec.Persistent ?? false) ? ContainerLifetime.Persistent : ContainerLifetime.Session;