Questions tagged [sidewaffle]

SideWaffle is an open source Visual Studio extension for community created Visual Studio item and project templates.

Definition:

SideWaffle is an open source Visual Studio extension for community-created item and project templates for Visual Studio 2012/2013/2015.

Screenshot:

SideWaffle Screenshot Image Source: https://github.com/ligershark/side-waffle/blob/master/screenshot.png

Important Links:

24 questions
0
votes
1 answer

How to install SideWaffle to VS2015 Community

I downloaded the extension from here and when I doubleclicked on the vsix package nothnig happened. I checked out the extension.manifest file in the package, and these are the supported version there:
GregoryHouseMD
  • 2,168
  • 1
  • 21
  • 37
0
votes
0 answers

Installed SideWaffle in VS2013 but don't see templates in NewProject dialog?

I just installed SideWaffle along with WebEssentials 4 into my Visual Studio 2013 installation. I do see SideWaffle and WebEssentials 4 in the list of installed Extensions when I check Tools -> Extensions and Updates. However, when I do either a…
0
votes
1 answer

Add template Reference (sidewaffle project)

I'm using Visual Studio Premium 2012 and installed sidewaffle. Working through examples to create a template using the falling video. https://www.youtube.com/watch?v=z33jOo75CH4&list=UUwEinBp3Mx1UuAR52pzRcNw I cannot see 'Add template Reference…
Ros
  • 634
  • 3
  • 18
  • 34
0
votes
1 answer

How do I make my SideWaffle extension (vsix) check for updates?

I've used SideWaffle to create a VSIX (source here) that contains project templates and scaffolders. However, to update the installed VSIX, I've been uninstalling the previous version and installing the new version manually. Is there any support…
Allen Rice
  • 19,068
  • 14
  • 83
  • 115
0
votes
1 answer

How to include missing ProjectExtensions in VSTO csproj with SideWaffle

Following on from "How to handle VSTO prerequisites in SideWaffle project template" I've found that the new project created from the installed VSIX crashes Visual Studio when selecting the Publish tab in project properties. Doing a diff on the…
JohnGoldsmith
  • 2,638
  • 14
  • 26
0
votes
1 answer

How to handle VSTO prerequisites in SideWaffle project template

I'm building a VSTO project template with SideWaffle following the video from: How to create Visual Studio project templates with TemplateBuilder and SideWaffle I added an existing (new) stub VSTO project, set it not to build in both debug and…
JohnGoldsmith
  • 2,638
  • 14
  • 26
0
votes
0 answers

Advantage of using SideWaffle to create templates compared to writing a VSIX

I understand that SideWaffle provides a bunch of community-driven templates for web developers. What I don't get is whether there is an advantage to using SideWaffle for writing my own templates for corporate use. The instructions provided,…
crimbo
  • 10,308
  • 8
  • 51
  • 55
0
votes
1 answer

SideWaffle template does not work

I want to create my own empty controller template using SideWaffle as described here. The process is simple: I just change template code Controller.cs.t4 inside 'CodeTemplates/MvcControllerEmpty' to test my template. I followed documention and I…
Seyed Morteza Mousavi
  • 6,855
  • 8
  • 43
  • 69
-1
votes
1 answer

Cannot Install Templates on VS 2013 Premium Edition

When attempting to install project templates (for, example VS SPA Templates) I get an error that my product is not supported. NOTE that I have VS 2013 Premium, not VS 2013 Pro. Here is the log: 1/1/2014 8:59:09 AM - Supported Products : 1/1/2014…
Greg Ennis
  • 14,917
  • 2
  • 69
  • 74
1
2