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 » Fri 30 Jul 2021 12:43

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 5.0.8 is supported (MySQL, Oracle, PostgreSQL, SQLite)
  • Entity Framework Core 3.1.17 is supported
  • The bug with ignoring schema set for indexes via RenameIndex() operation of EF Core Code-First Migrations is fixed (Oracle)
  • The bug with missing N-prefix in the generated Unicode literal used in .Contains(), .EndsWith(), .StartsWith() within .Where() in EF6 is fixed (Oracle)
  • The bug with using Int16 as a data type of the Primary Key property in EF Core Migrations is fixed (SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked