Vous devez d'abord ajouter ces packages à partir de Nuget :
MySql.Data.EntityFrameworkCore
Microsoft.EntityFrameworkCore.Design
puis lancez cette commande :
Scaffold-DbContext "server=localhost;port=3306;user=root;password=mypass;database=sakila" MySql.Data.EntityFrameworkCore -OutputDir model -f
si cette solution ne fonctionne toujours pas, essayez cette solution :https://github.com/PomeloFoundation/Pomelo .EntityFrameworkCore.MySql