Skip to content
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

Update on scaffolding #102

Open
sayedihashimi opened this issue Nov 4, 2015 · 0 comments
Open

Update on scaffolding #102

sayedihashimi opened this issue Nov 4, 2015 · 0 comments

Comments

@sayedihashimi
Copy link

For scaffolding there are two high level scenarios.

  • Scaffolding from the command line
  • Scaffolding in Visual Studio

When we started scaffolding our goal was to create a command line scaffolding experience and then build the VS experience on top of that.

After working on the command line scaffolding experience, we realized that we need to take a step back to ensure that we have the right set of features there. At the same time many users are used to, and expect, a scaffolding experience in Visual Studio.

Our current plan is to shelve the command line support and focus on the in Visual Studio experience. At a later time we will revisit the command line scaffolding experience, and when we do we will update the in Visual Studio support to call those new command line scaffolders. You can find a click through of the experience we are targeting at https://github.com/aspnet/Tooling/blob/master/specs/vs-scaffolding.pptx.

With that said, the Visual Studio support that we are currently working on building will use the gen package to execute scaffolding. The gen command won't be included in the templates. You can add the command to projects and invoke it from the command line, but that scenario won't be formally supported until we revisit command line scaffolding later.

For discussion please use dotnet/Scaffolding#135. I'm locking this thread as we normally do in this repo.

FYI this announcement has no impact on the Yeoman asp.net generator, that project continues with the team still being committed to releasing the same day as asp.net runtime updates.

@aspnet aspnet locked and limited conversation to collaborators Nov 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants