update-database error - NuGet Package (EntityFramework.SqlMigrations)

前端 未结 7 1179
既然无缘
既然无缘 2021-01-04 03:10

i installed EntityFramework.SqlMigrations NuGet Package and i get this error . it worked for me in the past and somehow, now it does not work.

PM> update         


        
7条回答
  •  一向
    一向 (楼主)
    2021-01-04 03:43

    Not the best solution but to get it to work again I had to re-install the EntityFramework.Migrations package. After it had reapplied the Init.ps1 it remembered all the commands.

提交回复
热议问题