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