jasontaylordev / NorthwindTraders

Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
MIT License
5k stars 1.59k forks source link

Question Migration Persistence #207

Closed danijel88 closed 5 years ago

danijel88 commented 5 years ago

I'm trying to add migration inside persistence but I'm getting an error. Why my connectionString is empty? What I do wrong ? image

danijel88 commented 5 years ago

Okay, I figure out. Need in WebAPI to setup appsettings.json for connection. Is it good idea to create appsettings.json inside to persistence project and move to webapi ?