dpugh
dpugh
#### Bug description This line of code: await Task.WhenAll(composedCommands.Select(command => command.Value?.InitializeAsync(this, cancellationToken) ?? Task.CompletedTask)); Generates the VSTHRD110 error (on "InitializeAsync") even though the result is being returned. Modifying the code...
We have a scenario where I think we are correctly setting the default of the AsyncCompletionSessionDataSnapshot but IntelliSense is not selecting the desired item. It looks like the problem is...
#### Bug description The documentation for IsCompleted is "Gets a value indicating whether the queue has completed." which implies that it is determined by whether AsyncQueue.Complete() has been called. The...