Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upper vs lower case when generating C# from Avro #167

Open
ievgenii-shepeliuk opened this issue Dec 17, 2021 · 2 comments
Open

Upper vs lower case when generating C# from Avro #167

ievgenii-shepeliuk opened this issue Dec 17, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@ievgenii-shepeliuk
Copy link

What is the easiest way to achieve following

  1. Having Avro schema with property names in camelCase, ie myProp
  2. 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 ?

@dstelljes dstelljes added the enhancement New feature or request label Dec 17, 2021
@dstelljes
Copy link
Member

Presently, there’s no built-in support for this, but it would be nice to have. Tagging this issue as the feature request.

@ievgenii-shepeliuk
Copy link
Author

Thanks @dstelljes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants