TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Schema names added without enabling schema folders #176

Closed davidhendrickmb closed 3 years ago

davidhendrickmb commented 3 years ago

When reverse engineering using EFCore Power Tools, schemas are now being included in the files and causing errors. image

Reference github issue: https://github.com/ErikEJ/EFCorePowerTools/issues/1109