Closed ancapaul closed 3 months ago
I tried to add the following field to an enum:
But I'm getting the following error:
[InvalidOperationException] There is an error in XML document (35, 33).
[OverflowException] Value was either too large or too small for an Int32.
I don't see why this should happen the min and max of a 32 bit int should be -2147483648 and 2147483647.
It is out of range: 2147483648 > 2147483647
🤦
I tried to add the following field to an enum:
But I'm getting the following error:
[InvalidOperationException] There is an error in XML document (35, 33).
I don't see why this should happen the min and max of a 32 bit int should be -2147483648 and 2147483647.