9 references to RunApplicationAsync
Aspire.Hosting (1)
Orchestrator\OrchestratorHostService.cs (1)
41
await _appOrchestrator.
RunApplicationAsync
(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (8)
Orchestrator\ApplicationOrchestratorTests.cs (8)
34
await appOrchestrator.
RunApplicationAsync
();
81
await appOrchestrator.
RunApplicationAsync
();
143
await appOrchestrator.
RunApplicationAsync
();
176
await appOrchestrator.
RunApplicationAsync
();
243
await appOrchestrator.
RunApplicationAsync
();
295
await appOrchestrator.
RunApplicationAsync
();
366
await appOrchestrator.
RunApplicationAsync
();
410
await appOrchestrator.
RunApplicationAsync
();