dotnet / dotnet/dotnet-api-docs
Faulty/Incomplete code documentation for the Task.WhenEach method
Open
area-System.Threading.Tasks
documentation
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
## 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:
## "Actual Behavior"
See the image below for how it looks like for the other method variations:
"Argument tooltip":
"Method tooltip":
The type for the `IAsyncEnumerable` 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)
Contributor guide
Assessment
This issue has not been assessed yet.