dotnet / dotnet/dotnet-api-docs
Extension methods section isn't complete
Open
area-Meta
docs-experience
Pri3
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 52
Description
Extension methods section doesn't show when the multiple extension methods with the **same name** exists in **different namespaces**.
For example:
It only shows "IsKind(SyntaxToken, SyntaxKind)" from , but doesn't show .
Contributor guide
Research direction
Start by comparing the SyntaxToken API page with the linked CSharpExtensions.IsKind and VisualBasicExtensions.IsKind entries. Trace how the extension-method documentation is assembled for methods sharing a name across namespaces. Done means both IsKind overloads appear in the SyntaxToken extension methods section.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100