2 references to WaitForInitialLoadAsync
aspire (2)
Commands\DescribeCommand.cs (1)
151
await resourceWatcher.
WaitForInitialLoadAsync
(cancellationToken).ConfigureAwait(false);
Commands\LogsCommand.cs (1)
173
await resourceWatcher.
WaitForInitialLoadAsync
(cancellationToken).ConfigureAwait(false);