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