TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Fixed ExcludedTables option to also include views, as it did previously. #150

Closed greggbjensen closed 3 years ago

greggbjensen commented 3 years ago

Describe your proposed changes With the .NET 5 updates, views were no longer being excluded using the ExcludedTables option. I updated IModelExtensions to use GetViewName() and GetViewSchema() in addition to the table methods.

Put Closes #XXXX in your comment Closes #149

Additional Resources