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
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.
The text was updated successfully, but these errors were encountered:
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
inScaffold-DbContext
doesn't respect the pluralization.The text was updated successfully, but these errors were encountered: