New build of dotConnect for SQLite 5.17.1836 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for SQLite 5.17.1836 is available!

Post by Devart » Thu 18 Feb 2021 18:21

Dear users,

New build of dotConnect for SQLite 5.17.1836 is available for download now.

In this version:
  • The sqlite3.dll library that is included into the installation package is updated to version 3.34.1
  • The new command line option /disablegac that disables adding assemblies to GAC is added
Entity Developer
  • The behavior is changed in Entity Developer embedded into Visual Studio: lower versions in the EF Core version property of Model Settings are not hidden any more
  • The behavior is changed in EF Core Model: QueryType=True is set now for all classes without PK
  • C# code generation is improved: the using directives are generated instead of full namespaces in the names of attributes for DataAnnotations, NHibernate Validator, and Enterprise Library validation frameworks
  • Code generation is improved: OnModelCreating(modelBuilder) of the base class is invoked now if the Base Context Type property of EF Core Model is initialized
Entity Framework support
  • Entity Framework Core 5.0.3 is supported
  • Entity Framework Core 3.1.12 is supported
  • The bug with translating Enum.HasFlag to SQL in EF Core 3 and EF Core 5 is fixed

Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked