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