Unable to generate an explicit migration in entity framework

后端 未结 28 1437
情书的邮戳
情书的邮戳 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-13 00:06

    This isn't going to be the answer for many people, but EF will chuck this error when it can't connect to the DB. If you're working from home like I am, make sure you're still connected to your VPN!

提交回复
热议问题