Implemented interface member:
4 references to DisposeAsync
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
1090
return _app.
DisposeAsync
();
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
165
await serverApp.
DisposeAsync
();
Aspire.Hosting.Tests (1)
Dcp\KubernetesServiceTests.cs (1)
483
await _app.
DisposeAsync
().ConfigureAwait(false);
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
267
await _proxyApp.
DisposeAsync
().ConfigureAwait(false);