Voici ce que je recherche
PM> Add-Migration AddedSubdivion -StartUpProjectName Data -Verbose
Using StartUp project 'Data'.
Using NuGet project 'Registry'.
Could not load assembly 'Registry'. (If you are using Code First Migrations inside
Visual Studio this can happen if the startUp project for your solution does not
reference the project that contains your migrations. You can either change the startUp
project for your solution or use the -StartUpProjectName parameter.)
Je n'ai aucune idée de la raison pour laquelle il essaie de faire référence à la Registry
projet. Registry
dépend de Data
et non l'inverse. Je suis très novice en la matière, alors j'apprécierais toute aide.