asp.net core 2.0 - Value cannot be null. Parameter name: connectionString

后端 未结 22 1886
时光取名叫无心
时光取名叫无心 2020-12-13 10:00

I had the following error in package manager console when Add-Migration

Value cannot be null. Parameter name: connectionString

22条回答
  •  既然无缘
    2020-12-13 10:07

    I found my own problem.

    I have an AppDbContextFactory class which inherits IDesignTimeDbContextFactory. Deleting this class resolves this issue.

提交回复
热议问题