New features in the Entity Framework support!

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New features in the Entity Framework support!

Post by Devart » Thu 24 Oct 2019 16:38

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • Entity Framework Core 3.0 is supported (MySQL, Oracle, PostgreSQL, SQLite)
  • Entity Framework 6.3 is supported (MySQL, Oracle, PostgreSQL, SQLite)
  • The lock for Microsoft.EntityFrameworkCore dependency is added to the NuGet package Devart.Data.Oracle.EFCore (Oracle)
  • The lock for Microsoft.EntityFrameworkCore dependency is added to the NuGet package Devart.Data.MySql.EFCore (MySQL)
  • The lock for Microsoft.EntityFrameworkCore dependency is added to the NuGet package Devart.Data.PostgreSql.EFCore (PostgreSQL)
  • The lock for Microsoft.EntityFrameworkCore dependency is added to the NuGet package Devart.Data.SQLite.EFCore (SQLite)
  • The bug with adding the datetime precision to the generated queries in EF6 is fixed. Note that datetime precision is supported by MySQL Server v5.6.4 and higher. (MySQL)
  • The bug with invoking DbFunctions with the DateTime and DateTimeOffset parameters is fixed (PostgreSQL)
Please also read our blog article.

Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked