In der Baugruppe wurde kein Migrationskonfigurationstyp gefunden
I solved this by adding EntityFrameworkCore\ before Add-Migration, i.e. the final statement was:
EntityFrameworkCore\Add-Migration
DreamCoder