Hello,
Not sure how to go about sharing my question, feel free to enlighten me on how best to get the answer I need.
I've been working on a multi-project template.json and fine-tuning/testing using the dotnet new CLI. I now want to allow other developers to benefit from this and started wrapping it in a VSIX starting from the Template Pack Project Template. Deployment of the template works fine in the experimental instance.
Now, my template.json references a dozen or so symbols I would need to define when creating the project, so I started looking into doing an IWizard, discovered the joys of Windows Forms along the way, and now I've got all my parameters in memory ready to be used ... but can't find how to take those parameters and pass them to VS to do the equivalent of passing them as CLI parameters of 'dotnet new'.
Are there any alternatives to a Wizard to do what I need? Is this even the right place to post?
Thanks a ton for your help.
Hello,
Not sure how to go about sharing my question, feel free to enlighten me on how best to get the answer I need.
I've been working on a multi-project template.json and fine-tuning/testing using the dotnet new CLI. I now want to allow other developers to benefit from this and started wrapping it in a VSIX starting from the Template Pack Project Template. Deployment of the template works fine in the experimental instance.
Now, my template.json references a dozen or so symbols I would need to define when creating the project, so I started looking into doing an IWizard, discovered the joys of Windows Forms along the way, and now I've got all my parameters in memory ready to be used ... but can't find how to take those parameters and pass them to VS to do the equivalent of passing them as CLI parameters of 'dotnet new'.
Are there any alternatives to a Wizard to do what I need? Is this even the right place to post?
Thanks a ton for your help.