dotnet / dotnet/dotnet-api-docs

Extension methods section isn't complete

Open
#5,246 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.