6 references to HasPersistentLifetime
Aspire.Hosting (6)
ApplicationModel\DebugSupportExtensions.cs (1)
54
|| resource.
HasPersistentLifetime
())
Dcp\DcpExecutor.cs (3)
772
return !resource.
HasPersistentLifetime
();
871
if (resource.
HasPersistentLifetime
() && !_options.Value.RandomizePorts)
900
!resource.
HasPersistentLifetime
() ||
Dcp\ExecutableLaunchPolicy.cs (1)
19
if (resource.HasAnnotationOfType<ForceProcessExecutionAnnotation>() || resource.
HasPersistentLifetime
())
Dcp\ResourceSnapshotBuilder.cs (1)
232
&& !resource.
HasPersistentLifetime
())