All packages are update till today, and using EF Core Code first. But while scaffolding API controller.
Syntaxlistpool.free separated syntax builder. While scaffolding Asp.Net Core 2.1
All packages are update till today, and using EF Core Code first. But while scaffolding API controller.
Syntaxlistpool.free separated syntax builder. While scaffolding Asp.Net Core 2.1
Check the version of Microsost.CodeAnalysis.Common referenced in your project. I had version 2.9.0 but needed 2.8.0. Microsoft.CodeAnalysis.Workspaces.Common requires version 2.8.0. If you have the same problem then you will see this error in Visual studio's NuGet reference.
I would also recommend ensuring visual studio, asp.net core, .net core are up to date