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

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

    I had a similar issue. I had a typo in my appsettings.json. Changing ConnectionsStrings to ConnectionStrings did it for me!

提交回复
热议问题