MySQL Connector/NET Release Notes

5.9 Changes in MySQL Connector/NET 6.10.1 (2017-02-22, Beta)

Known limitations of this release:

This release includes the following new functionality and bug fixes:

Functionality Added or Changed

  • Added database first support, also known as Scaffold-DbContext, which enables the creation of corresponding model classes from an existing database that are compatible with Entity Framework (EF) Core 1.1. (WL #10301)

Bugs Fixed

  • EF Core: Using the Contains method in an expression with a variable generated an exception. (Bug #25394204, Bug #84505)

  • EF Core: Using the Skip and Take methods in an assignment generated an exception. (Bug #25382036, Bug #84453)