Skip to content

v4.2.1

Compare
Choose a tag to compare
@msawczyn msawczyn released this 16 Aug 12:57
· 72 commits to master since this release

4.2.1

  • Added support for EFCore7
  • Added ability to import EFCore7 assemblies
  • Added ability to use property types not available in the select list, along with a global option enabling this feature in Tools/Options/Entity Framework Visual Editor (see #28)
  • Added support for DateOnly and TimeOnly types in EFCore 6+
  • Added ability to specify decimal precision in EFCore5+ projects
  • Fix for View->Other Windows->Entity Model Explorer not working (see #29)
  • Fix error in code generation template for EFCore5+ projects