I’m building a website and API service using ASP.NET Core and EF Core with Visual Studio Code and the .NET Core CLI tooling on a Mac. I decided to try the recent 1.1 releases and ran into an unexpected headache: After updating, I get a No executable found matching command “dotnet-ef” result when I attempt to launch any EF core command, i.e., “dotnet ef –help”, in the terminal window.
[Read more…] about “dotnet-ef” Not Found After EF Core 1.1 Update