Description
In our usage scenario, we generate Java and C# code bindings from an avro schema.
The avdl uses naturally camelCasing for field names.
C# language uses PascalCasing for any public field. Working with camel case properties in C# really doesn't look good =]
I believe the change is simple, we can simply upper case the public fields first characters in the presence of some argument in avrogen's command line.
Suggestion: --namingpolicy pascalcase
I can create a PR for this if the idea is approved.
Attachments
Issue Links
- duplicates
-
AVRO-1899 PascalCase for property names generated by avrogen for C#
- Open