dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Faulty/Incomplete code documentation for the Task.WhenEach method

Open HeCoding180 opened this issue 6 months ago • 2 comments

Issue Description

The code documentation for all but the first Task.WhenEach methods seems to be faulty/incomplete.

"Expected Behavior"

This is what the "argument tooltip" looks like for the first method variation:

Image

"Actual Behavior"

See the image below for how it looks like for the other method variations:

"Argument tooltip":

Image

"Method tooltip":

Image

The type for the IAsyncEnumerable<Task> seems to be missing or not getting displayed properly in the code documentation.

Version Info

I'm using Visual Studio 2022 (64bit) version 17.14.8 and the project is running on the latest .NET runtime (9.0.7)

HeCoding180 avatar Jul 17 '25 16:07 HeCoding180