-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
System.Reflection work planned for .NET 8 #75358
Comments
Tagging subscribers to this area: @dotnet/area-system-reflection Issue Details[currently this is a draft for planning purposes] This issue captures the planned work for .NET 8. This list is expected to change throughout the release cycle according to ongoing planning and discussions, with possible additions and subtractions to the scope. Planned for .NET 8Function Pointers
Support for by-ref like types and a fast, non-allocating invoke
The following are higher priority reflection issues that are affecting the community and for the most part, do not include features or bugs that have reasonable workarounds. Backlog(items to be added here) Pending
|
Some links are broken like Support for generating IL Emit for field get\set and Support byref invoke for return parameter and target. |
Closing for v8; several were partially implemented or prototyped and the description was updated to reflection that. A new issue will be created for v9, |
This issue captures the planned work for .NET 8. This list is expected to change throughout the release cycle according to ongoing planning and discussions, with possible additions and subtractions to the scope.
Planned for .NET 8
Function Pointers
Invoke
Activator
ConstructorInfo
useActivator.CreateInstance()
instead of emit for default constructorsMisc backlog
The following are higher priority issues that are affecting the community and for the most part, do not include features or bugs that have reasonable workarounds.
Emit
The text was updated successfully, but these errors were encountered: