TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Ef core3.1 #93

Closed dharmaturtle closed 4 years ago

dharmaturtle commented 4 years ago

Upgraded to EFCore 3.1

dharmaturtle commented 4 years ago

From the readme:

Download the data file from http://bit.ly/northwindslim.

This is a dead link so I can't run tests :(

tonysneed commented 4 years ago

There is a new link to NorthwindSlim: http://bit.ly/northwind-slim.

tonysneed commented 4 years ago

@dharmaturtle Thanks for the PR. I updated to EF Core 3.1 with #97. The update requires special handling of model namespaces.