You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include Microsoft.EntityFrameworkCore.ChangeTracking if using EntityEntry<T>.
Add in DbContext virtual functions to Interface.
Fix bug with FakeDbAsyncQueryProvider.ExecuteAsync().
#643 Add IncludeCodeGeneratedAttribute setting. This add ability to reverse engineer database and not set the properties to the default values as defined in the database. Thanks to Michael Burgess.
#660 Fix bug. If the .tt file had the same name as the context, the context was not generated.
#678 Include Usings support for Enum generation. Thanks to Sean Lee.
#674 FakeContext did not implement IAsyncQueryProvider.
Split out EFCore(2,3,5) templates into their own files.
Add in-memory cache for file based mustache templates during generation.
#231 Add Column order to primary keys for data annotations.