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
Having Avro schema with property names in camelCase, ie myProp
Generate C# class with property names in PascalCase, ie MyProp
Example, having Avro schema that is managed by non C# team, where they have different naming conventions.
Should not it be default behaviour of CLI, i.e. generate C# classes according to C# naming conventions ?
The text was updated successfully, but these errors were encountered:
What is the easiest way to achieve following
camelCase
, iemyProp
PascalCase
, ieMyProp
Example, having Avro schema that is managed by non C# team, where they have different naming conventions.
Should not it be default behaviour of CLI, i.e. generate C# classes according to C# naming conventions ?
The text was updated successfully, but these errors were encountered: