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

Support for VS2012 #9

Closed
jgefele opened this issue Dec 11, 2015 · 4 comments
Closed

Support for VS2012 #9

jgefele opened this issue Dec 11, 2015 · 4 comments
Assignees
Milestone

Comments

@jgefele
Copy link
Collaborator

jgefele commented Dec 11, 2015

VS2012 update 4 is already tested.
VS2012 update 1-3 work run, too.
VS2012 w/o update doesn't work due to missing traits support.

@Herculis8
Copy link

How to make it run with VS2012? I have no internet connection. By running the .vsix it does not allow to install it.
Thanks in advance!

@csoltenborn
Copy link
Owner

Sorry, we do not have a release yet which runs on VS 2012. Jonas only tested if it would work in general (which it does), but it's cumbersome and not easy to come up with proper support for all VS versions. We will tackle this eventually, but we cannot provide a date or something - sorry for that...

@jgefele
Copy link
Collaborator Author

jgefele commented Sep 13, 2016

Hi @Herculis8,

I don't know if GoogleTestAdapter still works with Visual Studio 2012. I didn't try for some time. Maybe we now use some API which isn't supported by Visual Studio 2012.

If you want to give it a try, follow these steps:

  1. download the VSIX
  2. rename it to *.zip
  3. extract extension.vsixmanifest
  4. replace all occurences of Version="[12.0,14.0]" by Version="[11.0,14.0]"
  5. add the modified extension.vsixmanifest back into the *.zip
  6. rename to the original file name
  7. install

Please let us know your findings.

Cheers,
Jonas

csoltenborn added a commit that referenced this issue Feb 16, 2017
@csoltenborn csoltenborn added this to the 0.9 milestone Feb 20, 2017
@csoltenborn
Copy link
Owner

Support for VS2015 update 1 and above has been added. VS 2015 without updates is not supported because of lack of traits and solution directory support.

csoltenborn pushed a commit that referenced this issue Jul 30, 2017
Check Mark of the Web on the binaries during discovery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants