TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Generate seporate IEntityTypeConfiguration classes (avoids large OnModelCreating) like EFCore Powertool #211

Open csandun opened 2 years ago

csandun commented 2 years ago

I am a big fan of ErikEJ's EFCore power tool. But our use cases in reverse engineering, we have a few edge cases that cannot resolve using the EFCore power tool. By the way, I decided to implement my code to generate using Handlebars. That way, I faced issues in developing separate IEntityTypeConfiguration classes using the Scaffold command.

Have you any idea do that requirement using handlebars? And Scaffolding command?

Thanks

tony-asu commented 1 month ago

Any update on this? any idea if it's feasible?