-
Notifications
You must be signed in to change notification settings - Fork 77
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
Name Preprocessor propose #157
Comments
@dukecheng what's the rule here? When is which suffix supposed to be removed? |
I want to let the developer customize the rule,
I suggest to add a NamingConventionOptions to configure it, and pass it into the Use extensions class
|
@dukecheng that sounds like a dup of #42 |
Thanks for your quickly response, Yes, looks there are same, Is anybody work on this for now and how is the progress? |
Duplicate of #42 |
Nobody's working on that for now. I'm heads-down working on EF Core 7.0 and related urgent things, typically shortly before or after the release I do a work cycle on this plugin (at the very least to make it compatible with the new EF Core release). I might be able to do that as part of that. |
Sounds good, I am looking forward to it |
I usually like to add a suffix for Persist Object class naming,
example for
UserEntity,
and expected table nameUser
, Class Name:UserEntity
=> TableName:User
So is there have a name preprocessor for this let me to remove the suffix when convert the name,
If doesn't have yet, I can commit a pr to support the NamePreprocessor, do you have any suggest?
The text was updated successfully, but these errors were encountered: