5 references to WaitForDependenciesAsync
Aspire.Hosting (2)
Ats\NotificationExports.cs (1)
57return notificationService.WaitForDependenciesAsync(resource.Resource, CancellationToken.None);
Orchestrator\ApplicationOrchestrator.cs (1)
97var waitForDependenciesTask = _notificationService.WaitForDependenciesAsync(@event.Resource, cts.Token);
Testing.Tests (3)
WaitFailures.cs (3)
206await app.ResourceNotifications.WaitForDependenciesAsync(consumer.Resource, cts.Token); 232await app.ResourceNotifications.WaitForDependenciesAsync(consumer.Resource, cts.Token); 256await app.ResourceNotifications.WaitForDependenciesAsync(consumer.Resource, cancellationToken: cts.Token);