dotConnect for SQLite 5.13 is released!

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

dotConnect for SQLite 5.13 is released!

Post by Devart » Fri 13 Sep 2019 17:32

Dear users,

Devart is glad to announce the release of dotConnect for SQLite 5.13, Devart ADO.NET data provider for SQLite with support for Entity Framework, LinqConnect (LINQ to SQLite) and NHibernate. The new version offers you support for Entity Framework 6.3 Preview 9 and .NET Core 3 Preview 9.

dotConnect for SQLite .NET Standard 2.0 compatible assemblies are completely compatible with .NET Core 3, and we offer a new Devart.Data.SQLite.EF6 NuGet package with a .NET Standard 2.1 assembly, allowing use of dotConnect for SQLite on .NET Core 3 in projects, using Entity Framework 6.3.

Entity Developer also fully supports Entity Framework 6.3 and allows you to add Devart Entity Models to projects, targeting .NET Core 3.

Besides, when installing dotConnect for SQLite, you can integrate it into release and preview versions of Visual Studio 2019 (even into both simultaneously).

You can find more details in our blog article.

Here is the complete list of dotConnect for SQLite 5.13.1470 features:
  • The integration with Visual Studio 2019 is improved: now the installation detects both 2019 Release and 2019 Preview versions
Entity Developer
  • Entity Framework 6.3 Preview 9 is supported for projects with target framework .NET Core 3 or .NET Standard 2.1
  • The behaviour is changed: a plural form of names ending with "s" now has a longer version (for example, status -> statuses)
  • The bug with applying the new Foreign Key's Delete Rule values SET DEFAULT and SET NULL by the Update Database From Model and Update Model From Database wizards is fixed (Entity Framework)
  • The bug with copying a property with Primary Key=True / Entity Key=True to a complex type is fixed (Entity Framework)
  • The bug with naming of a composing unique key by Create Model Wizard / Update From Database Wizard in EF Core is fixed (Entity Framework)
  • The bug with invalid attempt to cast unsupported Visual Studio project to type 'VSLangProj.VSProject' is fixed
Entity Framework support
  • Entity Framework 6.3 Preview 9 is supported
  • A new NuGet package Devart.Data.SQLite.EF6 with a .NET Standard 2.1 assembly, compatible with .NET Core 3, is added
  • The bug with using the same database connection in several EF Core contexts is fixed
  • The bug with applying a value converter to .Where expression with .Contains on nullable enum in EF Core 2 is fixed
Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked