TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Add IEntityType versions for Entity Type Name and Entity File Name transformers #245

Open CDMayberry opened 5 months ago

CDMayberry commented 5 months ago

Updated version of #233 to include latest .Net 8 changes. Adds functionality to use IEntityType in the entity type name and entity file name transformers. No breaking changes I'm aware of, I forgot default interface methods existed which resolved my biggest roadblock with changing the interface.

Closes #232.