Implemented interface member:
method
StartAsync
Microsoft.Extensions.Hosting.IHost.StartAsync(System.Threading.CancellationToken)
4 references to StartAsync
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
951return _app.StartAsync(cancellationToken);
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
85await serverApp.StartAsync();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
205await _app.StartAsync(cancellationToken).ConfigureAwait(false);
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
101await _proxyApp.StartAsync().ConfigureAwait(false);