Problem: All of a sudden, my Package Manager Console in Visual Studio 2019 Version 16.4.1 threw these errors at me whenever I opened it up. I attached the errors in the image below.
I use Visual Studio Enterprise 2019 (version 16.4.1)
I have tried all the available solutions provided on this site and none of them are working.
I am going to uninstall Visual Studio 2019 and reinstall it. I hope it will fix the problem.
The issue is resolved. This problem was due to the new PowerShell policy in my company. My language mode was set to "ConstrainLanguage" whereas it should "FullLanguage". Once the security team reset it for me, the Package Manager Console recognized the EF Core commands again.