question

azizcharfeddine-8720 avatar image
0 Votes"
azizcharfeddine-8720 asked azizcharfeddine-8720 commented

I'm trying to make migration in my data base and this error

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
181383-image.png


dotnet-entity-framework-coredotnet-aspnet-core-security
image.png (39.6 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@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.

0 Votes 0 ·

I m using dot net core 6 , i m sure that i m trying to migrate th correct project

0 Votes 0 ·

0 Answers