Could not load type 'MySql.Data.MySqlClient.MySqlConnection' from assembly 'MySqlConnector #7765
-
I have a project written on the top on .NET 5 framework. In this project I want to to use my own UnitOfWork and Repositories along with YesSQL which is used by the CMS. I am connection to MySQL version 8.0.20 server and EntityFrameworkCore .Net 5 framework as for my ORM. To connect to MySQL, I need I created a project called Then, I added this extension method that would configure my DbContect based on the connection string used by YesSQL
But when my project starts, I get the following error
MySqlConnector 1.0.0 changed its namespaces from How can I workaround this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Fixed in sebastienros/yessql#297 |
Beta Was this translation helpful? Give feedback.
Fixed in sebastienros/yessql#297