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

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

    For me it was that I had appSettings.json instead of appsettings.json for some reason (not quite sure if VS did that with a newly created project or I had renamed it to that). Once I changed the name, it worked fine.

提交回复
热议问题