Skip to content

Support arrays in mono_reflection_create_custom_attr_data_args_noalloc #52977

Description

@elinor-fung

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.

cc @lambdageek @CoffeeFlux

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions