Aucun type de configuration de migrations n'a été trouvé dans l'assemblage

I solved this by adding EntityFrameworkCore\ before Add-Migration, i.e. the final statement was:

EntityFrameworkCore\Add-Migration
DreamCoder