Base:
method
DisposeAsync
Aspire.Hosting.Testing.DistributedApplicationFactory.DisposeAsync()
4 references to DisposeAsync
Aspire.Hosting.Testing (4)
DistributedApplicationTestingBuilder.cs (4)
200await factory.DisposeAsync().ConfigureAwait(false); 555await factory.DisposeAsync().ConfigureAwait(false); 594await appFactory.DisposeAsync().ConfigureAwait(false); 604await appFactory.DisposeAsync().AsTask().WaitAsync(cancellationToken).ConfigureAwait(false);