You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
msawczyn
added
released
Issue is resolved in a current release
and removed
pending release
Issue is resolved in the current codebase, will be published with the next release
labels
Dec 22, 2020
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.
The text was updated successfully, but these errors were encountered: