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)
33
await appOrchestrator.
RunApplicationAsync
();
80
await appOrchestrator.
RunApplicationAsync
();
142
await appOrchestrator.
RunApplicationAsync
();
175
await appOrchestrator.
RunApplicationAsync
();
242
await appOrchestrator.
RunApplicationAsync
();
294
await appOrchestrator.
RunApplicationAsync
();
365
await appOrchestrator.
RunApplicationAsync
();
409
await appOrchestrator.
RunApplicationAsync
();