Is controller scaffolding missing in MVC 6?

Mostafa picture Mostafa · May 4, 2015 · Viewed 11.9k times · Source

When creating controller in MVC 6 I don't see the scaffolding for creating controller methods? Will they be missing or in the production release?

Answer

plumdog picture plumdog · Jul 1, 2016

The namespaces have changed in Core 1.0

"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "1.0.0-preview1-final",
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": "1.0.0-preview1-final"

info from:

https://wildermuth.com/2016/05/17/Converting-an-ASP-NET-Core-RC1-Project-to-RC2