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
Describe what is not working as expected.
Scaffold-DbContext is working as the designers want, but it would be helpful if there was an option to leave the generated table column names as is, leaving their capital/small letters without changing them, here i am talking especially about the first letter of the table column.
Steps to reproduce
just use Scaffold-DbContext as normal to produce entities.
Further technical details
EF Core version: 1.1
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: win 10
IDE: Visual Studio 2017
The text was updated successfully, but these errors were encountered:
Beautifully generated code that is fully customisable. It generates code as if it was hand-written.
Customisable output
The generated output is also fully customisable. Take a look at some of the things you can customise. For example:
Creating enumerations from database tables.
Filter tables, columns, views, stored procedures, table-valued functions and scalar-valued functions to just the minimum set you require. This is key to having a fast EntityFramework.
Generate FakeDbContext for easy unit testing.
Rename tables, columns and stored procedures in your DB context.
To name but a few of what this generator is capable of.
Used and trusted by over 500,000 developers worldwide.
To remove the trail restrictions you will require a licence key.
Free to academics (you need a .edu or a .ac email address), not free for commercial use.
Go to the ReversePOCO website to obtain/purchase your licence key.
Describe what is not working as expected.
Scaffold-DbContext is working as the designers want, but it would be helpful if there was an option to leave the generated table column names as is, leaving their capital/small letters without changing them, here i am talking especially about the first letter of the table column.
Steps to reproduce
just use Scaffold-DbContext as normal to produce entities.
Further technical details
EF Core version: 1.1
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: win 10
IDE: Visual Studio 2017
The text was updated successfully, but these errors were encountered: