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

后端 未结 22 1880
时光取名叫无心
时光取名叫无心 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:12

    I had the same error and resolved it by moving "ConnectionStrings" to be the first variable in the appsettings.json file.

提交回复
热议问题