Published
- 1 min read
dotnet ef not found
The solution for this is noted below
dotnet ef not found
Solution
# When the dotnet ef command gives a not found error. Run this to install it.
dotnet tool install --global dotnet-ef
Try other methods by searching on the site. That is if this doesn’t work