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