Not creating database using Migration command Update-Database in ASP.Net Core 2
问题 I created new ASP.Net core project with WebAPI. Using the below link. jwt-authentication-with-aspnet-core-2-web-api-angular-5-net-core-identity-and-facebook-login I have to use add-migration update-database manually. Here I add one thing more that I don't know how to debug app in VS Code. After created my project in VS Code I open my project in Visual Studio 2017. When I about to run the update command Update-Database in Package Manager Console. I encounter below error also in my