While .Net platform in most spaces have good open source and commercial tools, recently I found that .net lacks good code metrics tools. In my particular case I only want to see basic things (like LOC or inheritance level) of little home investigations done in last month. When I search google for such tools only what I found is commercial NDepend, simple devMetrics and Reflector's plugin.
NDepend is awesome tool, not just code metrics, it has many other features. But it's too expensive ($400 per license) and has no any free edition.
devMetrics seems to be abandoned project with not very friendly site, so I didn't try it.
Reflector is famous .net class viewer. It has good metrics add-in.
I use it found that it enough interesting, it looks like free young brother of NDepend. The problem that some of generated indices are unintelligable. What is CodeSize? It's not the number of code lines but what?
And today with port my project to Orcas I finally found what I want.
VSTS 2008 has Code Metrics! Just look:
I consider of use Team Suite now ;)
No comments:
Post a Comment