axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
248 stars 60 forks source link

Installer does not discover Visual Studio 2017 #199

Open hrafnkel opened 5 years ago

hrafnkel commented 5 years ago

The installer only show 2015 as installed on a PC where I have 2015, 2017 and 2019 (all are Professional Edition).

hrafnkel commented 5 years ago

Update. The VSIX installer if run manually from the downloaded file only offers 2015 as a target. If it is downloaded from Visual Studio > Tools > Extensions and Updates it does install for 2017. However it doesn't find any tests despite this being a .Net 4.6.2 project with NUnit 3.11.0 installed.