Enums are wigging out

what radzen generated from an api:
public enum ArchivelinkDocumentTypes
{
@0 = "0",
@1 = "1",
}
what it should be:
public enum ArchivelinkDocumentTypes { SalesDocumentAttachment_GeneralDocument = 0, SalesDocumentAttachment_GENERAL_OBSELETE = 1 };

Hi @rwdevalcourt,

We are not sure how to reproduce this problem.