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 Issue when using DatabaseNames #13121

Closed
rposener opened this issue Aug 26, 2018 · 1 comment
Closed

Scaffolding Issue when using DatabaseNames #13121

rposener opened this issue Aug 26, 2018 · 1 comment

Comments

@rposener
Copy link

Please change the ReplacementScaffoldingModelFactory to allow using a IPluralizerService even when using DatabaseNames. This opens a great world of possibilities where we can inject our own PluralizerService and name things in a manner that works well. As it currently stands, we must either opt into your CSharpUniqueNamer - which mandates removal of non-alphanumeric characters (e.g. underscores in table names) in order to use pluralization. As we have a legacy database which uses pluralization in table names inconsistently, we have always used pluralization, but otherwise kept to our table names.

Further technical details

EF Core version: 2.1 current
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system:
IDE: (e.g. Visual Studio 2017 15.4)

@bricelam
Copy link
Contributor

Duplicate of #12102

@bricelam bricelam marked this as a duplicate of #12102 Aug 27, 2018
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
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