Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I need to know which tool can be used for measuring code coverage in .Net core. I am struggling for few days for code coverage tool and example for it, but couldn't find a better one. Please help.

Thanks in advance

What I have tried:

NCover
dotCover
openCover
MS code coverage
These are the tools suggested in web, but couldn't find an example for this.
Posted
Updated 16-Jun-17 1:44am

1 solution

openCover: Code Coverage via OpenCover and ReportGenerator[^]
dotCover: [dotcover-111-and-dottrace-performance-451]
NCover: Support | How Do I View the Visual Studio Plug-in Data?[^]

On the GitHub page of openCover you can see that it is written using .NET Core, and tests it's own code:
Quote:
Visual Studio VS2017 (Community Edition) or later with C#, C++, .Net Core

GitHub - sawilde/opencover[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900