the-dext / RunCoverletReport

A Visual Studio 2019 Extension to run Coverlet and Report Generator
MIT License
40 stars 15 forks source link

Add coverlet auto-detection #2

Open Jsparham777 opened 3 years ago

Jsparham777 commented 3 years ago

Add ability to detect coverlet.MSBuild, coverlet.collector or display an error if neither package is found.

Disabling MSBuild in the settings did the trick. Now it's working. Is it possible to add some auto detection? And maybe output a warning if neither collector or MSBuild package is referenced.

Originally posted by @danielpalme in https://github.com/the-dext/RunCoverletReport/issues/1#issuecomment-650798778