Make it available for Visual Studio 2019
michalfita opened this issue ยท 10 comments
Visual Studio 2019 has been released, but OpenCppCoveragePlugin is not available in it's extension gallery yet.
Thank you.
Hello,
It is planned for the next release of the plugin.
OpenCppCoverage
@OpenCppCoverage when is the next release planned?
Hello,
I am currently working on OpenCppCoverage release. When done, I will work on the plugin release.
The next release is planned in 1-3 months.
OpenCppCoverage
@OpenCppCoverage How is it going?
Hello,
It is now available on master branch.
Here is an unofficial release: VSPackage.zip. Unzip the file and run VSPackage.vsix.
OpenCppCoverage
@OpenCppCoverage https://youtu.be/d0mZQWABi3sd promote your extension :D
Hello,
Will there be a 0.9.8.0 version of the plugin available for VS2019?
Also, it seems that no version of the plugin is available in the VS2019 extension search.
Hello,
It is now available on master branch.
Here is an unofficial release: VSPackage.zip. Unzip the file and run
VSPackage.vsix.OpenCppCoverage
Hello, I was using this unofficial release, but it doesn't work since 16.3.7:
System.InvalidOperationException: Could not find the filters file in the project.
at System.Dynamic.ComRuntimeHelpers.CheckThrowException(Int32 hresult, ExcepInfo& excepInfo, UInt32 argErr, String message)
at CallSite.Target(Closure , CallSite , ComObject )
at CallSite.Target(Closure , CallSite , Object )
at OpenCppCoverage.VSPackage.DynamicVCConfiguration..ctor(Object configuration)
Hello,
OpenCppCoverage plugin version 0.9.7.0 is available for Visual Studio 2019.
@DieSlower: It also includes OpenCppCoverage 0.9.8.0.
@timkowd: Can you retry with version 0.9.7.0 and open a new issue if the problem still occur?
OpenCppCoverage
Works fine, thanks !