-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
When dotnet/runtime adds new Reflection APIs (or adds overloads to existing APIs), it is possible that the new API / overload may break the ILLinker. An example of this is #1621.
Today, we the ILLinker does a basic test for intrinsic Reflection APIs:
As long as the method is on System.Type and named GetConstructor (or named GetMethod and has a string as a first parameter), the ILLinker will treat the method as "intrinsic".
We should make sure this intrinsic handling works as dotnet/runtime adds new APIs and overloads to System.Type.
cc @vitek-karas
Metadata
Metadata
Assignees
Type
Projects
Status
No status