Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EditorBrowsableAttribute behavior changed in recent releases of Visual Studio #76836

Open
vsfeedback opened this issue Jan 21, 2025 · 0 comments
Labels
Area-IDE Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


[severity:It's more difficult to complete my work] [regression] [worked-in:ca. 17.10 or so still worked]
We have a library which must hide a lot of its API to the normal user. This is done using

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]

Up until a few weeks ago, this worked as expected, which was:

  1. When we were developing the library, we would see the hidden APIs as if they were not hidden
  2. When others used the library, they would not see the hidden APIs

Recently this has changed: We ourselves don't get the "hidden" APIs suggested any more, making it very difficult to write our own code!


Original Comments

Feedback Bot on 1/19/2025, 09:12 PM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

Feedback Bot on 1/20/2025, 11:24 PM:

This issue is currently being investigated. Our team will get back to you if either more information is needed, a workaround is available, or the issue is resolved.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jan 21, 2025
@CyrusNajmabadi CyrusNajmabadi added Bug and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Jan 21, 2025
@github-project-automation github-project-automation bot moved this to InQueue in Small Fixes Jan 21, 2025
@CyrusNajmabadi CyrusNajmabadi added this to the Backlog milestone Jan 21, 2025
@CyrusNajmabadi CyrusNajmabadi added the help wanted The issue is "up for grabs" - add a comment if you are interested in working on it label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Projects
Status: InQueue
Development

No branches or pull requests

2 participants