Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
the code generator for C# generates properties which have the name of the field with the first letter uppercased. So field 'foo' would become property 'Foo' with 'foo' as its backing field.
Since the isset is being managed in the property setter, I just added a "_" to the backing field, and changed all the field references to refer to the property instead.
Attachments
Attachments
Issue Links
- is related to
-
THRIFT-992 Naming convention in C# constructor is not consistent with other fields causes compile errors
- Closed