Answers for "could not execute because the specified command or file was not found. possible reasons for this include: * you misspelled a built-in dotnet command. * you intended to execute a .net core program, but dotnet-ef does not exist"

C#
1

dotnet ef command not found

dotnet tool install --global dotnet-ef
Posted by: Guest on August-03-2020

Code answers related to "could not execute because the specified command or file was not found. possible reasons for this include: * you misspelled a built-in dotnet command. * you intended to execute a .net core program, but dotnet-ef does not exist"

C# Answers by Framework

Browse Popular Code Answers by Language