Skip to content

v3.4.0

Choose a tag to compare

@sjh37 sjh37 released this 23 May 14:44
· 382 commits to master since this release
  • #672 Add EF Core 5 many-to-many support.
  • #668 Include support for sequences.
  • #658 Custom file header and footer text. Thanks to Chris Egan.
  • #659 Add schema name to table valued functions. Thanks to Tim Sirmovics.
  • #661 Allow removal of parameterless constructor for database context.
  • Fixed bug. Check for enumDefinitions != null. Thanks to Gerry McDermott
  • #670 Add Task as a reserved keyword.
  • 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.