Cannot list Entity Framework Migrations in Visual Studio 2019 due to dotnet ef dbcontext --json failure
问题 I have an ASP.NET Core 3.0 project that uses .NET Core 3.0. I have recently upgraded VS 2019 to version 16.4.1. I use Web Publish from Visual Studio to deploy the application on various environments, but this failed after the upgrade due to EF migrations (trying to find the db contexts failed): dotnet ef dbcontext --json failure Run "dotnet tool restore" to make the "dotnet-ef" command available. I tried to understand what is wrong. dotnet tool restore Cannot find a manifest file. For a list