jasontaylordev / NorthwindTraders

Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question Migration Persistence

danijel88 opened this issue · comments

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

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 ?