TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

[Feature] Update to EF Core 5.0 #143

Closed tonysneed closed 3 years ago

tonysneed commented 3 years ago

Changes Update to EF Core 5.0 RC2

Related Issues Addresses #129

NuGet Package https://www.nuget.org/packages/EntityFrameworkCore.Scaffolding.Handlebars/5.0.0-rc.2

ErikEJ commented 3 years ago

Assume there are breaking changes in templates?

ErikEJ commented 3 years ago

Re:

Will the library just respect the general options for this now?

tonysneed commented 3 years ago

@ErikEJ Yes, all the template files have been updated. I took pluralization out because it’s in the CLI, and suppression of OnConfiguring is respected.

ErikEJ commented 3 years ago

Added to latest daily build of EF Core Power Tools!

ErikEJ commented 3 years ago

Great, will update to RTM soon