📌  相关文章
📜  找不到方法:'无效 Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:42.084000             🧑  作者: Mango

代码示例1
MySql.Data.EntityFrameworkCore 8.0.22 is only compatible with Microsoft.EntityFrameworkCore 3.1.
Downgrade all Microsoft.EntityFramework packages from 5.0.0 to 3.1.10 to fix the error.

If you do want to use Microsoft.EntityFramework 5.0,
you can try switching to Pomelo.EntityFrameworkCore.MySql 5.0.0-alpha.2 (or later); see its table of compatible package versions.