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

Tool not visible on VS 2013 Pro #24

Open
sebbelese opened this issue Jun 15, 2018 · 3 comments
Open

Tool not visible on VS 2013 Pro #24

sebbelese opened this issue Jun 15, 2018 · 3 comments

Comments

@sebbelese
Copy link

Hi,

I cannot find the tool after installing the extension in VS 2013 Pro. It is in the list of installed extension, but I see it nowhere else.

The "Run code coverage" context button does not appear, even on a project compiled in DEBUG mode.

"Tools->Coverage Report" does not appear

Maybe I did something wrong. Is VS 2013 still supported?

@atlaste
Copy link
Owner

atlaste commented Jun 15, 2018

That would mean that the visual studio extension sdk doesn't support it anymore.

We don't have any VS2013 installation here anymore... The easiest way to test is to download the code and run the CoverageExt project in VisualStudio. It should fire up a visualstudio sandbox with the extension installed.

@sebbelese
Copy link
Author

Thanks.

After a first try, it does not seem straightforward to build the project on VS2013: C++17 features, and CoverageExt project is incompatible with the VS2013 version and cannot load. Will try again later.

@atlaste
Copy link
Owner

atlaste commented Jun 15, 2018

OK.

PS: You don't need the C++ code in the coverage tool; you can use the binaries for those. You only need the C# code in CoverageExt for the VS addin.

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

2 participants