Implemented interface member:
3 references to DisposeAsync
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
962return _app.DisposeAsync();
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
150await serverApp.DisposeAsync();
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
212await _proxyApp.DisposeAsync().ConfigureAwait(false);