6 references to WithLifetime
Aspire.Hosting.Azure.Tests (1)
AzureResourceOptionsTests.cs (1)
38
.RunAsContainer(x => x.
WithLifetime
(ContainerLifetime.Persistent))
Aspire.Hosting.Redis.Tests (2)
RedisFunctionalTests.cs (2)
145
c.
WithLifetime
(ContainerLifetime.Persistent);
185
c.
WithLifetime
(ContainerLifetime.Persistent);
AzureContainerApps.AppHost (3)
Program.cs (3)
16
.
WithLifetime
(ContainerLifetime.Persistent)
21
.RunAsEmulator(c => c.
WithLifetime
(ContainerLifetime.Persistent))
26
.RunAsEmulator(c => c.
WithLifetime
(ContainerLifetime.Persistent))