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 30 Aug 2018 16:26

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 2.1.2 is supported
  • The misleading "The current provider does not support ambient transactions." warning, generated by TransactionScope in EF Core 2.1, is disabled (Oracle, MySQL, PostgreSQL, DB2)
  • The bug with the DropPrimaryKey operation, when the schema name of a table is set via a separate Schema parameter, in EF Core Code-First Migrations is fixed (Oracle, PostgreSQL)
  • The bug with using Scaffold-DbContext against multicolumn PK, FK, IX, UX in EF Core 2 is fixed (Oracle, MySQL, PostgreSQL, DB2, SQLite)
  • The bug with using collections with more than 1000 items in a .Contains() method in EF Core 2 is fixed (Oracle)
  • The bug with missing projected column in the result SQL query generated by EF Core 2.1 provider is fixed (Oracle)
  • The bug with using non-initialized nullable properties in data seeding in Code-First Migrations in EF Core 2 is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked