You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use type writer in my project where i have lot of enums with type long.
Type writer throwing error "Error: 1099511627776 is not a valid value for Int32"
Is there anyway i can reder long typed enums also? please let me know.
Thank you,
Asha Mandava
The text was updated successfully, but these errors were encountered:
Hi @frhagn,
Thanks for the update, it is working now.
I have one more question.. can we convert enums in other project which are added via references(not in solution just added dll as reference).
Tried the below but no luck..
${
Template(Settings settings)
{
settings
.IncludeCurrentProject()
.IncludeReferencedProjects();
}
}
Hi,
I am trying to use type writer in my project where i have lot of enums with type long.
Type writer throwing error "Error: 1099511627776 is not a valid value for Int32"
Is there anyway i can reder long typed enums also? please let me know.
Thank you,
Asha Mandava
The text was updated successfully, but these errors were encountered: