I m trying to migrate my data base using EF core when i run this commande "dotnet ef migrations add Init --context PersistedGrantDbContext -o Migrations/PersistedGrantDb" an error has apeared
I m trying to migrate my data base using EF core when i run this commande "dotnet ef migrations add Init --context PersistedGrantDbContext -o Migrations/PersistedGrantDb" an error has apeared
@azizcharfeddine-8720, what is your current version about .NET core? Also, Please make sure that you choose the correct project as the migrated project. These two functions both cause the above problem.
I m using dot net core 6 , i m sure that i m trying to migrate th correct project
4 people are following this question.