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