Implemented interface member:
method
StartAsync
Microsoft.Extensions.Hosting.IHost.StartAsync(System.Threading.CancellationToken)
6 references to StartAsync
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
1079return _app.StartAsync(cancellationToken);
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
87await serverApp.StartAsync();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
263await _app.StartAsync(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (2)
Dcp\KubernetesServiceTests.cs (1)
471await app.StartAsync(cancellationToken).ConfigureAwait(false);
Health\FriendlyHealthCheckErrorMessagesTests.cs (1)
139await webApp.StartAsync();
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
142await _proxyApp.StartAsync().ConfigureAwait(false);