Open vitaliipanchenko opened 7 years ago
What issues are you experiencing with VS 2017?
Now is no possibility to install templates pack.
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.
As RTM is ready this change can be done in sources
@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
@madskristensen do you have a recommended solution to fix this?
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.
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
@hamzazia1 Thanks! It worked for me on VS 2017 Community
@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.
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.
Any updates on support for visual studio 2017 ?
@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.
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.
@tylerbhughes SideWaffle Creator is only for Project Templates in VS2017? What about Item Templates?
@artchess Please see the comments in ligershark/sidewafflev2#4.
@tylerbhughes I was not able to find the VS 2017 version of SideWaffle, can you please provide a download link? Thanks in advance.
@someRandomCoder7 You can find it here: https://marketplace.visualstudio.com/items?itemName=Sayed-Ibrahim-Hashimi.SidewaffleCreator2017
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.
@someRandomCoder7 can you create an issue at ligershark/sidewafflev2?
Alright.
@someRandomCoder7 I don't know if you had solved this but you have to install the Visual Studio Extensions SDK
Thanks @hamzaahmedzia1 the fix solved my issue
Could You please add support new version of Visual Studio. Thanks