TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

[Deprecated] Schema Foldering support #112

Closed JohnGoldInc closed 4 years ago

JohnGoldInc commented 4 years ago

Enables Schema Foldering support #111

Closes #111

I had to change the Constants.Connections.SqlServerConnection temporarily to run existing unit tests; Decided to check in my changes to fix the unit tests (but not the constant)

tonysneed commented 4 years ago

Thanks for the changes. Would you please squash your commits? Here's how: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html

After that run: git push --force

tonysneed commented 4 years ago

@JohnGoldInc I see the rebase did not go so well. 😄

I updated squash instructions in the Contributing Guidelines to be clearer.