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

Tests not discovered with MSTest v2.2+ #219

Open ReubenAllott opened 3 years ago

ReubenAllott commented 3 years ago

AxoCover does not seem to find any tests if I upgrade MSTest any higher than 2.1.2.

I am using AxoCover with VS 2019 Community. I have to use the modified .vsix that works with 2019, so I guess it does not officially support 2019.

It looks like active development has ceased on this project (maybe some muscle from MS and/or JetBrains :-)). Has AxoCover moved into some other paid product, and/or should we be migrating to VS Enterprise or dotCover for future versions of VS?

Thanks for a great tool.