You intended to execute a .NET program, but dotnet-ef does not exist

The Problem. I was trying to create a scaffold template for the EF core from the console by running a command like dotnet ef dbcontext scaffold "Data Source=SAILENOVO;Initial Catalog=HPlusSports;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False" Microsoft.EntityFrameWorkCore.SqlServer -o Models I was getting an error message, Could not execute because the specified command or file was … Continue reading You intended to execute a .NET program, but dotnet-ef does not exist