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 » Tue 21 Dec 2021 13:57

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 6.0.1 is supported (MySQL, Oracle, PostgreSQL, SQLite)
  • Entity Framework Core 5.0.13 is supported (MySQL, Oracle, PostgreSQL, SQLite)
  • Entity Framework Core 3.1.22 is supported
  • The config.SpatialOptions settings are supported in EF Core (Oracle, PostgreSQL)
  • The bug with throwing the "Expression in SQL tree does not have type mapping assigned" error with NetTopologySuite in EF Core is fixed (MySQL, Oracle, PostgreSQL, SQLite)
  • The bug with generating the "Value cannot be null" error when adding or dropping FK via Code-First Migrations in EF Core is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with filtering on the DateTime column without using a parameter via LINQ query in EF Core 3 and EF Core 5 is fixed (SQLite)
  • The bug with calling methods and properties of the Geometry class and its child classes, when the type member returns bool, with NetTopologySuite in EF Core is fixed (Oracle)
  • The bug with incomplete SQL generation by update-database -script when config.CodeFirstOptions.DropConstraintsByColumns=true in Entity Framework 6.4.4 is fixed (Oracle)
  • The bug with throwing ORA-00920 by the GeometryCollection.Intersects method when using NetTopologySuite spatial service in EF Core 5 is fixed (Oracle)
  • The bug with throwing ORA-00920 by the Geometry.Disjoint method when using NetTopologySuite spatial service in EF Core 3 and EF Core 5 is fixed (Oracle)
  • The bug with throwing the "Unexpected primitive type kind 'r'." error when using NetTopologySuite spatial service with a geometric constant in EF Core 3 and EF Core 5 is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked