Not able to scaffold a controller in ASP.NET 6 Core Web API
I'm trying to scaffold controller for Entity Framework Core using ASP.NET Core Web API .NET 6.0. Everything builds and I can add migrations and update database. When I try to scaffold controller I get this error.. This is my Startup…