Back to Catalog
For the traditional NuGet package, we used to use official or large organizations, because they are more reliable, but in the first two days. Net Core2.0 released, I efcore also upgraded to 2.0, Mysql.efcore also upgraded to support the latest version of 2.0, and then the wonderful thing happened, EF can not use!
Information about the package for MySQL and EF
Microsoft.entityframeworkcore 2.0.0
MySql.Data.EntityFrameworkCore 8.0.8-DMR
The top two big bags are official, Microsoft's EF and Oracle's MySQL, When I use efcore.1.1.3 plus mysq can work normally, upgrade to EFCore2.0 after not work correctly, as is efcore problem, but finally released is MySQL this version and EF is not compatible, some methods are not implemented, so we can only mention issues, but also change a bag!
Pomelo.EntityFrameworkCore.MySql
It should also be some of the ORM frameworks that are starting with larger organizations that are effective with EF, not only for MySQL support, but also for frameworks such as Redis,mongo
In short, after using this MySQL EF package, our code can be connected to the library!
Thanks for reading!
Back to Catalog
Dotnetcore Cross-platform ~efcore2.0 connection MySQL annoyance-resolved