Skip to content

Fails to map an IEnumerable<EnumType> #36

@ghost

Description

As per the title. If the POCO has a property which is an Enumerable of an Enum type, assigning an int value is not auto-converted to the equivalent Enum type, but instead all are populated as 0.

Using a custom TypeConverter does not fix this, since the value at that point is already set to 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions