TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

[Feature] Customize Classnames #35

Closed vertonghenb closed 5 years ago

vertonghenb commented 5 years ago

In some cases the database tables are prefixed with something like "tbl" it would be nice to remove this kind of prefixed in the classname of the generated entities.

tonysneed commented 5 years ago

@vertonghenb We are working on a solution to this in #34. Please re-open if this is not the case.

tonysneed commented 5 years ago

Resolved by #47 and released in v1.7.0. Enjoy!