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

System.Text.Json.JsonNamingPolicy.CamelCase.ConvertName("AAAbbcName") != "AAAbbcName".ToCamelCase() #21414

Open
billpeace opened this issue Nov 21, 2024 · 0 comments

Comments

@billpeace
Copy link

Is there an existing issue for this?
I have searched the existing issues
Description
System.Text.Json.JsonNamingPolicy.CamelCase.ConvertName("AAAbbcName") aaAbbcName
"AAAbbcName".ToCamelCase() aAAbbcName

The variables generated in the following way:
abp generate-proxy -t ng
AAAbbcName => aaAbbcName

Version
8.3.3

User Interface
Angular

Database Provider
EF Core (Default)

Tiered or separate authentication server
None (Default)

Operation System
Windows (Default)

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

No branches or pull requests

1 participant