まず、Nugetから次のパッケージを追加する必要があります:
MySql.Data.EntityFrameworkCore
Microsoft.EntityFrameworkCore.Design
次に、このコマンドを実行します:
Scaffold-DbContext "server=localhost;port=3306;user=root;password=mypass;database=sakila" MySql.Data.EntityFrameworkCore -OutputDir model -f
このソリューションがまだ機能しない場合は、次のソリューションを試してください: https://github.com/PomeloFoundation/Pomelo .EntityFrameworkCore.MySql