Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio 2017 support #400

Open
vitaliipanchenko opened this issue Feb 13, 2017 · 22 comments
Open

Visual Studio 2017 support #400

vitaliipanchenko opened this issue Feb 13, 2017 · 22 comments

Comments

@vitaliipanchenko
Copy link

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

@codewithtyler
Copy link
Member

What issues are you experiencing with VS 2017?

@vitaliipanchenko
Copy link
Author

Now is no possibility to install templates pack.

@karmaecrivain94
Copy link

karmaecrivain94 commented Feb 19, 2017

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
Copy link

As RTM is ready this change can be done in sources

@titobf
Copy link

titobf commented Mar 20, 2017

@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
Copy link
Member

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

@hamzaahmedzia1
Copy link

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 ;-)

<Prerequisites> <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0]" DisplayName="Visual Studio core editor" /> </Prerequisites>

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

@titobf
Copy link

titobf commented Mar 27, 2017

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

@hamzaahmedzia1
Copy link

@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
Copy link
Member

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
Copy link

Any updates on support for visual studio 2017 ?

@inunotaisho
Copy link

inunotaisho commented Nov 16, 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.

@codewithtyler
Copy link
Member

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
Copy link

artchess commented Jan 3, 2018

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

@codewithtyler
Copy link
Member

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

@Ombrezz
Copy link

Ombrezz commented Mar 24, 2018

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

@codewithtyler
Copy link
Member

@Ombrezz
Copy link

Ombrezz commented Mar 24, 2018

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
Copy link
Member

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

@Ombrezz
Copy link

Ombrezz commented Mar 25, 2018

Alright.

@GTANAdam
Copy link

GTANAdam commented Apr 30, 2018

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

@techemayo
Copy link

Thanks @hamzaahmedzia1 the fix solved my issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests