We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! Big TY for u project! Can u some help me? I used this guide http://blogs.msdn.com/b/webdev/archive/2014/04/03/creating-a-custom-scaffolder-for-visual-studio.aspx
In this code: this.AddFileFromTemplate(Context.ActiveProject, "CustomCode", "CustomTextTemplate", parameters, skipIfExists: false);
I wanna replace Context.ActiveProject for Context.ActiveSolution. How its possible? Sry for language :(
The text was updated successfully, but these errors were encountered:
How get like this "this.AddFileFromTemplate(Context.ActiveSolution...)" or "this.AddFileFromTemplate("SolutionName/Project" + "CustomFolder"...)"?
Sorry, something went wrong.
@sayedihashimi do you know how to do this?
No branches or pull requests
Hello!
Big TY for u project!
Can u some help me?
I used this guide http://blogs.msdn.com/b/webdev/archive/2014/04/03/creating-a-custom-scaffolder-for-visual-studio.aspx
In this code:
this.AddFileFromTemplate(Context.ActiveProject,
"CustomCode",
"CustomTextTemplate",
parameters,
skipIfExists: false);
I wanna replace Context.ActiveProject for Context.ActiveSolution. How its possible?
Sry for language :(
The text was updated successfully, but these errors were encountered: