TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Update HbsCSharpDbContextGenerator to emit transformed entityType.Name. #90

Closed dmayhak closed 4 years ago

dmayhak commented 4 years ago

Fix for issue where OnModelCreating is generating modelBuilder lines with the un-transformed EntityType names.

randellhodges commented 4 years ago

I'd love to see this merged :)

tonysneed commented 4 years ago

Fixes #89.

tonysneed commented 4 years ago

Published with v3.5.1.