Pomelo.EntityFrameworkCore.MySql Under version 5 not work caused by constans name of mysqlconnection

Options
Flithor
edited September 2024 in General

@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