I have a simple enum:
public enum MyEnum { [Description(\"Zero\")] Zero, [Description(\"A positive number\")] Positive, [Description(\"An
It happens because you have set reserved to 2. If you want to set values for your enums, you should do all or none.