dotConnect for SQLite V5.17.1836

Released: Feb 18, 2021

Updates in V5.17.1836

Features

  • The sqlite3.dll library that is included in the installation package has been updated to version 3.34.1.
  • Added a new command line option /disablegac that disables adding assemblies to GAC.

Entity Developer

  • Changed the behavior of Entity Developer embedded into Microsoft Visual Studio: lower versions in the Entity Framework Core version property of Model Settings are not hidden any more.
  • Changed the behavior in Entity Framework Core Model: QueryType=True is now set for all classes without PK.
  • Improved C# code generation: the using directives are generated instead of full namespaces in the names of attributes for DataAnnotations, NHibernate Validator and Enterprise Library validation frameworks.
  • Improved Code generation: OnModelCreating(modelBuilder) of the base class is now invoked if the Base Context Type property of Entity Framework Core Model is initialized.

Entity Framework support

  • Entity Framework Core 5.0.3 is now supported.
  • Entity Framework Core 3.1.12 is now supported.

Fixes

Entity Framework support

  • The bug with translating Enum.HasFlag to SQL in Entity Framework Core 3 and Entity Framework Core 5 has been fixed.