4 references to Session
Aspire.Hosting (4)
ApplicationModel\ResourceExtensions.cs (1)
1138
ContainerLifetime.
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>
596
ContainerLifetime.
Session
=> PersistenceMode.Session,
Dcp\ResourceSnapshotBuilder.cs (1)
94
return (container.Spec.Persistent ?? false) ? ContainerLifetime.Persistent : ContainerLifetime.
Session
;