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