I am looking for a coverage tool for VS2017 c#
code. Presently I am using AxoCover which is working fine. Here unit tests are to be written for the every lines of codes to be covered.
Now I want to test another C# project, I was thinking to get the code coverage by debugging. In Java eclemma provide a Launching in Coverage Mode
for Eclipse. Is there anything similar to that available for Visual Studio?