3 references to GetContainerLifetimeType
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (2)
1051if (containerResources.Any(cr => cr.GetContainerLifetimeType() == ContainerLifetime.Persistent)) 1782if (container.GetContainerLifetimeType() == ContainerLifetime.Persistent)
Dcp\DcpNameGenerator.cs (1)
65var nameSuffix = container.GetContainerLifetimeType() switch