Tyler Hughes

Results 233 comments of Tyler Hughes

@sayedihashimi do you know how to do this?

Per ligershark/side-waffle#196 this has already been implemented.

So just to clarify, when a user chooses to a template you want to pass the info to a web server telling it what template they chose?

In regards to Step 1, it looks like the "SideWaffle Item Template" item template does not add a TemplateId when it adds the .vstemplate files. Were you able to find...

Correct me if I'm wrong, but I'm understanding this as we can add something like the following to each vstemplate file ``` xml LigerShark.Templates, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null LigerShark.Templates.SideWaffleTelemetryWizard ``` Where...

Does it have to be a specific kind of project? (i.e. Console Application, Class Library, etc.)

@sayedihashimi In the HTML5 UP! Wizard that you created I noticed that that each function contained an argument for a project. How is the project being passed to each of...

I've created a function that uses the Google Analytics SDK to track which template is created. There are still three things left that need to be done. - [x] Somehow...

So we replace the TemplateID with the Custom Parameters? If that's the case, then we could probably do that with PowerShell.

If we create a new guid for this then the old TemplateID would become an identifier for Visual Studio and this one would be an identifier for us, correct?