Extension methods with EditorBrowsable(Never) defined in a referenced assembly show up in VS intellisense #47551
Labels
Area-IDE
Bug
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
IDE-IntelliSense
Completion, Signature Help, Quick Info
Milestone
Version Used: VS 16.7.3
Steps to Reproduce:
[EditorBrowsable(EditorBrowsableState.Never)]
on it.bin/Debug
assembly that was created by building the first project.Expected Behavior: The extension methods should stop polluting intellisense. They can't be removed without causing binary-breaking changes and they should remain extension methods so that code that used them gets the obsoletion message rather than a "method does not exist" compiler error.
Actual Behavior: The extension methods did not stop polluting intellisense.
The text was updated successfully, but these errors were encountered: