I’m having this error No executable found matching command “dotnet-ef” when I try add migration with ‘dotnet ef migrations add Initial’ command in linux cli. I’ve installed dotnet sdk 2.1, I can build and run projects. System is Debian Linux 9 64 bit In windows env (win 10) everything works well on same setup. How to fix this? Update: dotnet