Unable to generate an explicit migration in entity framework

后端 未结 28 1515
情书的邮戳
情书的邮戳 2020-12-12 23:31

I am adding a new migration but this message shows:

Unable to generate an explicit migration because the following explicit migrations are pending:

28条回答
  •  悲哀的现实
    2020-12-12 23:42

    I had the same problems and was only able to resolve it running Add-Migration 'MigrationName' -Force

    With -Force being the important part.

提交回复
热议问题