TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

[Feature request] Allow to pluralize collection property names #65

Closed omatrot closed 5 years ago

omatrot commented 5 years ago

I may be wrong but I did not find an option to pluralize the collection property names in Many to One relationships.

tonysneed commented 5 years ago

Yes, I'm not pluralizing property names, but I am happy to accept a pull request at EntityFrameworkCore.Scaffolding.Handlebars.

Otherwise, the pluralization I think can be handled by Dcerialize.

tonysneed commented 5 years ago

Closing this for now, since this is something that should be handled by EF Core scaffolding.