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

Hide TypeInfo and references to it #89975

Open
steveharter opened this issue Aug 3, 2023 · 2 comments · May be fixed by #111079
Open

Hide TypeInfo and references to it #89975

steveharter opened this issue Aug 3, 2023 · 2 comments · May be fixed by #111079
Labels
area-System.Reflection help wanted [up-for-grabs] Good issue for external contributors in-pr There is an active PR which will close this issue when it is merged
Milestone

Comments

@steveharter
Copy link
Member

Address additional feedback from #53217 (comment):

Have we considered hiding TypeInfo as well?
What about all the other reflection additions we did for Win8, such as

  • System.Reflection.AssemblyExtensions
  • System.Reflection.CustomAttributeExtensions
  • System.Reflection.CustomAttributeExtensions
  • System.Reflection.EventInfoExtensions
  • System.Reflection.MemberInfoExtensions
  • System.Reflection.MethodInfoExtensions
  • System.Reflection.ModuleExtensions
  • System.Reflection.RuntimeReflectionExtensions
  • System.Reflection.TypeExtensions_
@steveharter steveharter added this to the 9.0.0 milestone Aug 3, 2023
@ghost
Copy link

ghost commented Aug 3, 2023

Tagging subscribers to this area: @dotnet/area-system-reflection
See info in area-owners.md if you want to be subscribed.

Issue Details

Address additional feedback from #53217 (comment):

Have we considered hiding TypeInfo as well?
What about all the other reflection additions we did for Win8, such as

  • System.Reflection.AssemblyExtensions
  • System.Reflection.CustomAttributeExtensions
  • System.Reflection.CustomAttributeExtensions
  • System.Reflection.EventInfoExtensions
  • System.Reflection.MemberInfoExtensions
  • System.Reflection.MethodInfoExtensions
  • System.Reflection.ModuleExtensions
  • System.Reflection.RuntimeReflectionExtensions
  • System.Reflection.TypeExtensions_
Author: steveharter
Assignees: -
Labels:

area-System.Reflection

Milestone: 9.0.0

@steveharter steveharter added the help wanted [up-for-grabs] Good issue for external contributors label Jul 25, 2024
@steveharter
Copy link
Member Author

These classes need the [EditorBrowsable(Never)] applied.

@steveharter steveharter modified the milestones: 9.0.0, 10.0.0 Jul 25, 2024
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Reflection help wanted [up-for-grabs] Good issue for external contributors in-pr There is an active PR which will close this issue when it is merged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant