You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using YesSQL with OrchardCore. Along with YesSQL, I want to to use my own UnitOfWork and Repositories. I am connection to MySQL version 8.0.20 server with a project that is written on the top of .Net 5 framework and EntityFrameworkCore .Net 5 framework as for my ORM. To connect to MySQL, I need Pomelo.EntityFrameworkCore.MySql -Version 5.0.0-alpha.2 which requires MySQLConnectior >=1.1.0
Currently OrchardCore is giving me the following error since the namespaces changed in MySqlConnector 1.0.0 from MySql.Data.MySqlClient to MySqlConnector
TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlConnection' from assembly 'MySqlConnector, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d33d3e53aa5f8c92'.
I am unable to use Pomelo.EntityFrameworkCore.MySql for my .Net to connect to MySQL due to this conflict.
I am using YesSQL with OrchardCore. Along with YesSQL, I want to to use my own UnitOfWork and Repositories. I am connection to MySQL version 8.0.20 server with a project that is written on the top of .Net 5 framework and EntityFrameworkCore .Net 5 framework as for my ORM. To connect to MySQL, I need Pomelo.EntityFrameworkCore.MySql -Version 5.0.0-alpha.2 which requires MySQLConnectior >=1.1.0
Currently OrchardCore is giving me the following error since the namespaces changed in
MySqlConnector 1.0.0
fromMySql.Data.MySqlClient
toMySqlConnector
I am unable to use
Pomelo.EntityFrameworkCore.MySql
for my .Net to connect to MySQL due to this conflict.https://github.com/sebastienros/yessql/blob/dev/src/YesSql.Provider.MySql/YesSql.Provider.MySql.csproj#L8
The text was updated successfully, but these errors were encountered: