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

Scaffolding with EFCore 3 for custom field names and Plurals #9

Closed
paulovila opened this issue Nov 27, 2019 · 2 comments
Closed

Scaffolding with EFCore 3 for custom field names and Plurals #9

paulovila opened this issue Nov 27, 2019 · 2 comments

Comments

@paulovila
Copy link

It would be good to have the IPluralizer for scaffolding in netcore 3, and also being able to intercept names of any field in the schema, for example , if I had a SQL column called FXRate, I'd like that the scaffolding to respect that name or else I could intercept it and say
-UseDatabaseNames in Scaffold-DbContext doesn't respect the pluralization.

@bricelam
Copy link
Owner

bricelam commented Dec 2, 2019

Duplicate of dotnet/efcore#12102

@bricelam bricelam marked this as a duplicate of dotnet/efcore#12102 Dec 2, 2019
@bricelam bricelam closed this as completed Dec 2, 2019
@ErikEJ
Copy link

ErikEJ commented Dec 3, 2019

Working on this in EF Core Power Tools: ErikEJ/EFCorePowerTools#317

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

No branches or pull requests

3 participants