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