Dear MySQL users,
MySQL Connector/Net 6.10.3 rc is the fourth release which
supports
Scaffold-DbContext, that enables the creation of corresponding
model
classes from an existing database that are compatible with
Entity
Framework (EF) Core 1.1.
To download MySQL Connector/Net 6.10.3 rc, see the
“Development
Releases” tab at http://dev.mysql.com/downloads/connector/net/
Changes in MySQL Connector/Net 6.10.3 (2017-08-18, Release
Candidate)
Known limitation of this release:
The use of the SSL protocol is restricted to TCP connections.
Connections using Unix sockets, named pipes, and shared memory do not
support SSL mode.
Functionality Added or Changed
* The following methods are available for use with EF Core
in asynchronous command and connection …[Read more]