Visual Studio Code Entity Framework Core Add-Migration not recognized

前端 未结 5 1018
青春惊慌失措
青春惊慌失措 2021-02-02 09:53

I\'ve used yoman to generate an ASP.Net Core Web API application via the Visual Studio Code Editor. For reference, I followed this tutorial here

The API works fine. Ho

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-02 10:10

    You need to add:

    dotnet tool install --global dotnet-ef
    

提交回复
热议问题