Answers for "Method not found: 'Void Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping"

0

Method not found: 'Void Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping

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.
Posted by: Guest on December-25-2020

Browse Popular Code Answers by Language