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?
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