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