Model-level pluralization option
MelGrubb opened this issue · 0 comments
MelGrubb commented
The model wants to pluralize all DbSet and table names by default. You can override them manually, one at a time, but if your company (or client) standards demand singular table names, you'll be overriding things a lot. An option to choose whether to default to plural or singular table names (and possibly a matching option for DbSets) would make this a one-time decision at the start of a project rather than an ongoing code-review item.