11 references to RunApplicationAsync
Aspire.Hosting (1)
Orchestrator\OrchestratorHostService.cs (1)
41
await _appOrchestrator.
RunApplicationAsync
(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (10)
Orchestrator\ApplicationOrchestratorTests.cs (10)
35
await appOrchestrator.
RunApplicationAsync
();
82
await appOrchestrator.
RunApplicationAsync
();
144
await appOrchestrator.
RunApplicationAsync
();
177
await appOrchestrator.
RunApplicationAsync
();
244
await appOrchestrator.
RunApplicationAsync
();
296
await appOrchestrator.
RunApplicationAsync
();
367
await appOrchestrator.
RunApplicationAsync
();
411
await appOrchestrator.
RunApplicationAsync
();
568
await appOrchestrator.
RunApplicationAsync
();
614
await appOrchestrator.
RunApplicationAsync
();