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 11 Aug 2016 13:53

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The bug with executing the UseOracle(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (Oracle)
  • The bug with executing the UseMySql(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (MySQL)
  • The bug with executing the UsePostgreSql(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (PostgreSQL)
  • The bug with executing the UseSQLite(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (SQLite)
  • The bug with executing the UseDB2(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (DB2)
  • The bug with executing the UseSalesforce(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (Salesforce)
  • The bug with executing the UseDynamics(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (Dynamics CRM)
  • The bug with executing the UseSugar(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (SugarCRM)
  • The bug with executing the UseZoho(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (Zoho CRM)
  • The bug with executing the UseQuickBooks(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (QuickBooks)
  • The bug with executing the UseFreshBooks(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (FreshBooks)
  • The bug with executing the UseMailChimp(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (MailChimp)
  • The bug with executing the UseExactTarget(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (ExactTarget)
  • The bug with executing the UseBigcommerce(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (BigCommerce)
  • The bug with executing the UseMagento(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core is fixed (Magento)
  • The bug with using the DbContext(DbConnection connection) overload in EF Core is fixed
  • The bug with using EF Core logging is fixed
  • The bug with using enum values in EF Core is fixed
  • The bug with throwing DbUpdateConcurrencyException in EF Core is fixed
  • The bug with using comparisons in LINQ queries in EF Core is fixed
  • The bug with long parameter names in EF Core is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked