11 references to WithSessionLifetime
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
571/// <see cref="ResourceBuilderExtensions.WithSessionLifetime{T}(IResourceBuilder{T})"/> for new code.
Aspire.Hosting.Azure.Tests (2)
AzureEventHubsExtensionsTests.cs (1)
518Lifetime.Session => builder.WithSessionLifetime(),
AzureServiceBusExtensionsTests.cs (1)
615Lifetime.Session => builder.WithSessionLifetime(),
Aspire.Hosting.Tests (8)
ResourceBuilderLifetimeTests.cs (6)
79.WithSessionLifetime() 87source.WithSessionLifetime(); 108source.WithSessionLifetime(); 119.WithSessionLifetime(); 124source.WithSessionLifetime(); 164.WithSessionLifetime();
WithVolumeTests.cs (2)
181executable.WithSessionLifetime(); 197.WithSessionLifetime()