Sayed Ibrahim Hashimi

Results 236 comments of Sayed Ibrahim Hashimi

Now when you build you can pass in a new switch `-debugMode` this will cause the build to be executed using the MSBuild APIs. After executing the build the result...

@jalvarez54 what template are you using?

Hi @FlorianDecker thanks for the report. It's working for me on a variety of machine. What OS/PowerShell version are you running? Also can you try from the dev branch to...

@RehanSaeed > Will you still have to download the nupkg package files and put them in the VSIX project (This seems a madness to me). No, it would still use...

@webwizgordon > If you inject a custom wizard, what will happen if the user already has a custom wizard specified in the template? VS templates can have several wizards declared...

@RehanSaeed Yeoman is best if you are targeting xplat scenarios. Typical VS users may not discover it. There are great tutorials on creating yo generators. Start at http://yeoman.io, I can...

@webwizgordon did you delete the bin/obj folder before build? The files may have been left over from a previous build.

@webwizgordon ok that's fine. Do this: create an issue in your repo that mentions me and lists everything you want deleted. I'll author the changes and send you a PR.

@webwizgordon instead of modifying that create a target that executes after the item is populated and the use the Remove attribute with the same expression you have in Exclude. Yes,...

Sorry for the late reply. I think you're running into the issue that @avrahamcool linked to above (https://github.com/ligershark/sidewafflev2/issues/35). The issue is that the names of the .vstemplate files needs to...