Skip to content

Missing TypeId override in attributes with AllowMultiple set to 'true' #1521

Description

@MarqueIV

For attributes such as CategoryOrderAttribute, you must override the TypeId property or else the TypeDescriptor will not properly find them.

Add this line to the class...

public override object TypeId => Category;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions