TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

Scaffold EF Core models using Handlebars templates.
MIT License
210 stars 53 forks source link

EntityTypeName and Schema for View Fixes #169

Closed illumen closed 3 years ago

illumen commented 3 years ago

Describe your proposed changes When EnableSchemaFolders is enabled the generated EntityTypeName is incorrect for a view's schema. Instead we check if the entity is a table or schema and generate the correct schema name accordingly.