-
Notifications
You must be signed in to change notification settings - Fork 25.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaffolding Requirements missing #1166
Milestone
Comments
The first tutorial was removed: 9b6065a |
Add dependencies:
Add tools entries:
Add UseDatabaseErrorPage Add |
We explain this now in https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/adding-model |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I think in the article Your First ASP.NET 5 Web App Using Visual Studio https://github.com/aspnet/Docs/blob/master/aspnet/tutorials/your-first-aspnet-application.rst#add-scaffolding, could be mentioned that project.json needs to have
Microsoft.Extensions.CodeGenerators.Mvc
to see the option New Scaffoled Item... not sure if the additional packages are also not required according this aspnet/Tooling#290 (comment).Also here in this article Adding a model https://github.com/aspnet/Docs/blob/master/aspnet/tutorials/first-mvc-app/adding-model.rst#scaffolding-a-controller
Thanks :)
The text was updated successfully, but these errors were encountered: