ligershark / side-waffle

A collection of Item- and Project Templates for Visual Studio
Other
657 stars 205 forks source link

Visual Studio 2017 support #400

Open vitaliipanchenko opened 7 years ago

vitaliipanchenko commented 7 years ago

Could You please add support new version of Visual Studio. Thanks

codewithtyler commented 7 years ago

What issues are you experiencing with VS 2017?

vitaliipanchenko commented 7 years ago

Now is no possibility to install templates pack.

karmaecrivain94 commented 7 years ago

You can fix this by renaming the .vsix file to .zip, and editing the extension.vsixmanifest file to include <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="15.0" />. Recompress all the files to a zip file and rename it as .vsix. It can then be installed without any issue.

xperiandri commented 7 years ago

As RTM is ready this change can be done in sources

titobf commented 7 years ago

@karmaecrivain94 I unable to use your workaround. VS 2017 is not targeted and I don't know what I'm doing wrong. Could you share the entire manifest contents? Thanks

codewithtyler commented 7 years ago

@madskristensen do you have a recommended solution to fix this?

hamzaahmedzia1 commented 7 years ago

I've made a quick fix for supporting VS 2017. I could not upload it to the marketplace for a direct link therefore created a public github repo.

link

Ignore the warning you get at installation time.

This is because it has not been built with the latest VSSDK and does not have a prerequisite section in the manifest. Strangely enough when I added the prerequisite section to the maniest the vsix installer detected it to be an invalid extension ;-)

`

`

Till the time Mads Kristensen fixes it properly ... @madskristensen @RandomlyKnighted

titobf commented 7 years ago

@hamzazia1 Thanks! It worked for me on VS 2017 Community

hamzaahmedzia1 commented 7 years ago

@titobf Your welcome and spread the word to those in need ;-) BTW what is it that you are sitting on in your gravatar?

@vitaliipanchenko you can download and try out.

codewithtyler commented 7 years ago

Hey everyone, just wanted to give you all a status update on SideWaffle and VS2017 support. We will be adding support for VS2017 in a few months. There will be 2 versions of SideWaffle going forward. One for VS2017+ and one for VS2015 and before. The 2017+ version will a new version of SideWaffle built from the ground up taking advantage of the new TemplateEngine that Microsoft is developing. For more information on the future of SideWaffle, you can visit issue #401.

iammelvin commented 7 years ago

Any updates on support for visual studio 2017 ?

inunotaisho commented 7 years ago

@tylerbhughes I want to second visual studio 2017 support but I would like to add the request for Visual Studio 2017 for Mac. It shouldn't be too hard to get working.

codewithtyler commented 7 years ago

Hi everyone, we now have 2017 support through SideWaffle Creator. It will provide support for SideWaffle for 2017+ and this extension will handle anything before that.

artchess commented 6 years ago

@tylerbhughes SideWaffle Creator is only for Project Templates in VS2017? What about Item Templates?

codewithtyler commented 6 years ago

@artchess Please see the comments in ligershark/sidewafflev2#4.

Ombrezz commented 6 years ago

@tylerbhughes I was not able to find the VS 2017 version of SideWaffle, can you please provide a download link? Thanks in advance.

codewithtyler commented 6 years ago

@someRandomCoder7 You can find it here: https://marketplace.visualstudio.com/items?itemName=Sayed-Ibrahim-Hashimi.SidewaffleCreator2017

Ombrezz commented 6 years ago

Wait a minute, now it's saying "There is a missing project subtype. Subtype: "{82b43b9b-a64c-4715-b499-d71e9ca2bd60}' is unsupported by installation." when I try to make a Template Pack Project Template.

codewithtyler commented 6 years ago

@someRandomCoder7 can you create an issue at ligershark/sidewafflev2?

Ombrezz commented 6 years ago

Alright.

GTANAdam commented 6 years ago

@someRandomCoder7 I don't know if you had solved this but you have to install the Visual Studio Extensions SDK

techemayo commented 6 years ago

Thanks @hamzaahmedzia1 the fix solved my issue