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

Add - UseSnakeProperCaseNamingConvention: FullName becomes Full_Name #151

Open
waywardcode opened this issue Aug 10, 2022 · 2 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@waywardcode
Copy link

Would be great to have UseSnakeProperCaseNamingConvention since the current UseSnakeCaseNamingConvention changes the column name to lowercase, where POCO's are then out of sync for those that manage larger projects and have some issues where 'People' are not distinguishing between lower and uppercase in class properties for documentation and generally using in SQL and POCO's -- so this is a feature request. :)

And a time saver when you have 1000's of these and probably will have 1000's more:

[Column("Employee_Id")]
public int EmployeeId { get; set; }

@roji
Copy link
Member

roji commented Aug 10, 2022

Thanks. I'm currently busy with other things, but later this year I plan a work cycle around this plugin - stay tuned.

@roji roji added the enhancement New feature or request label Jan 3, 2024
@roji roji added this to the Backlog milestone Jan 3, 2024
@roji roji added the help wanted Extra attention is needed label Jan 3, 2024
@roji
Copy link
Member

roji commented Jan 3, 2024

Putting this in the backlog, but this should be pretty easy to implement if someone wants to submit a PR.

jtenos added a commit to jtenos/EFCore.NamingConventions that referenced this issue Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants