How do i scaffold DbContext
with plural DbSet
property names in asp.net core EFCore 3 ? and where they exist more than one capital letters in a table name (e.g. AutoShipment) it generates all except the first letters lowercase (e.g. Autoshipment.cs)
If you are using Visual Studio, I recommend you use the following extension EF Core Power Tools
Among its features is generating code from an existing database and you can configure how to do reverse engineering.