Pomelo.EntityFrameworkCore.MySql Under version 5 not work caused by constans name of mysqlconnection
@JoeAlbahari
In the Linqpad assembly, EFProvider.CreateProvider
it's have a constans string "MySqlConnector.MySqlConnection"
for find the MySqlConnection
type to connect mysql server.
But the version of Pomelo.EntityFrameworkCore.MySql
under version 5.0.0, in uses MySqlConnector
library, the full name of MySqlConnection
type is MySql.Data.MySqlClient.MySqlConnection
.
So when I tried to use V 3.2.7 or lower version of "Mysql (Pomelo)", it's not work.
Comments
Thanks for the info. This should now be fixed in 8.6.2
https://www.linqpad.net/linqpad8.aspx#beta