Base:
method
DisposeAsync
Aspire.Hosting.Testing.DistributedApplicationFactory.DisposeAsync()
3 references to DisposeAsync
Aspire.Hosting.Testing (3)
DistributedApplicationTestingBuilder.cs (3)
240await factory.DisposeAsync().ConfigureAwait(false); 279await appFactory.DisposeAsync().ConfigureAwait(false); 289await appFactory.DisposeAsync().AsTask().WaitAsync(cancellationToken).ConfigureAwait(false);