Skip to content

v4.2.0

Compare
Choose a tag to compare
@msawczyn msawczyn released this 14 Aug 10:09
· 85 commits to master since this release
  • Added ability to import EFCore6 assemblies
  • Added database default values to properties (see #15)
  • Extension now obeys Visual Studio theme colors (see #9)
  • Added Persistent property to ModelClass to generate [NotMapped] when false. (see #17)
  • Entity constructors with required navigation properties are now generated with either the required navigation target or its foreign key property, if available (see #21)
  • Fixed other Entity Framework assembly imports that broke with VS2022 moving to 64-bit (see #14)
  • Fixed problem with generated Timestamp concurrency check (see #20)