You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sayedihashimi
I saw your answer to a similar question at dotnet/templating#396. However I am not able to edit my template.json the way that is suggested in that issue. Is there something I am missing if I'm using the SideWaffle Creator or is that attribute for symbols simply not supported in this version? Thanks for the help in advance.
Greets Flavio
edit: To precise my question a bit, is it generally possible to add replacement parameters with custom values to a custom Wizard and have them replaced with user input? Because I can't seem to find a way to get this done with the Sidewaffle Creator. feelsBad
The text was updated successfully, but these errors were encountered:
I'm not really following your question completly, but I think the following may help you #17 (comment). If not can you describe what you're trying to do in more detail?
Okay I tried the approach mentioned in the issue you linked me to, but it doesn't exactly do what I'm trying to achieve. Let's say I have a Class "Module1.cs" and want to rename this file based on user input. In my custom Wizard I have following line of code in the RunStarted Method:
However, my file "Module1.cs" is not renamed to "MyModuleName.cs" outside of the solution (in folder) or whatever else user input I give the custom wizard. It always keeps it's old name and the solution created with the template throws "file not found" after project creation, no matter what I do.
@sayedihashimi
I saw your answer to a similar question at dotnet/templating#396. However I am not able to edit my template.json the way that is suggested in that issue. Is there something I am missing if I'm using the SideWaffle Creator or is that attribute for symbols simply not supported in this version? Thanks for the help in advance.
Greets Flavio
edit: To precise my question a bit, is it generally possible to add replacement parameters with custom values to a custom Wizard and have them replaced with user input? Because I can't seem to find a way to get this done with the Sidewaffle Creator. feelsBad
The text was updated successfully, but these errors were encountered: