User-1912714924 posted
Error message: “Could not find any project in”
Reason:the command terminal must be locate at the directory of "Startup.cs", such as "Project/RazorPagesMovie/RazorPagesMovie"
But
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design : succeed
dotnet restore: succeed
dotnet ef migrations add InitialCreate :Build failed.
dotnet ef database update : Build failed.
why?