You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mono_reflection_create_custom_attr_data_args_noalloc does not currently support arrays. If a custom attribute has an array field/property, the non-AOT-compatible version that creates managed objects (mono_reflection_create_custom_attr_data_args) needs to be used instead. The _noalloc version should be updated to allow for improved AOT support.
When this is done, reading of UnmanagedCallConvAttribute should use this functionality.