APIView: `protected internal` members rendered in .NET APIViews as `protected`
Open
.NET
APIView
bug
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
We have some `protected internal` APIs in the .NET Core libraries that are being rendered as `protected` today. It would be nice to render these as `protected internal` as it helps communicate the need for them and how they are used.
Contributor guide
Research direction
Start with the .NET APIViews rendering path and trace how protected internal members are classified and displayed. Check the existing APIViews tests if available, then verify that these members render as “protected internal” while other access levels remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100