We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tool and Version What tool/version is it that you're reporting a bug for? i.e. EarlyBoundGenerator V 2.2024.11.8
Describe the bug It seems the token capitalizations are ignored when generating classes for custom CRM messages.
To Reproduce Steps to reproduce the behavior:
prefix_publicgocreatenewprwithprl
PublicGOCreateNewPrWithPrl
Prefix_Inc_PublicGOcreateNewPrWitHpRlRequest
Expected behavior With explicit capitalization settings I'd expect the generated class to be Prefix_PublicGOCreateNewPrWithPrl.
Prefix_PublicGOCreateNewPrWithPrl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tool and Version
What tool/version is it that you're reporting a bug for? i.e.
EarlyBoundGenerator V 2.2024.11.8
Describe the bug
It seems the token capitalizations are ignored when generating classes for custom CRM messages.
To Reproduce
Steps to reproduce the behavior:
prefix_publicgocreatenewprwithprl
PublicGOCreateNewPrWithPrl
(I've also tried with the prefix)Prefix_Inc_PublicGOcreateNewPrWitHpRlRequest
Expected behavior
With explicit capitalization settings I'd expect the generated class to be
Prefix_PublicGOCreateNewPrWithPrl
.The text was updated successfully, but these errors were encountered: