dotnet ef not found

C++
# When the dotnet ef command gives a not found error. Run this to install it.
dotnet tool install --global dotnet-ef

Source

Also in C++: