Monday 3 April 2017

IT - .NET Coverage Alternatives

Free, latest:
https://github.com/OpenCover/opencover

By payment:
http://www.ncover.com/

Unit tests in Visual Studio:
http://www.testdriven.net/

Jet Brains dotCover part of ReSharper Ultimate
https://www.jetbrains.com/dotcover/

Static code analysis

TeamCity uses a set of several hundred IntelliJ IDEA and ReSharper inspections to analyze your code and identify potential problems.

If you prefer to use other tools, TeamCity supports FxCop out of the box. It can also import reports produced by PMD, PMD/CPD, FindBugs, Checkstyle or JSLint.

No comments: