dpugh

Results 3 issues of 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...

bug
analyzers

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...

Area-IDE
untriaged

#### 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...

documentation