I\'m developing a project that will use ASP.NET Web API as the data service, and a Xamarin portable app as client.
I\'m trying to enable migrations in the web app, but I
Well according to this (tested and works), the only way to enable migrations in aspnetcore+ef6 project, is to have the DbContext impl in an external full .NET class library, plus adding a dummy start up project. Sucks but works.
DbContext