LoC metrics (lines of code) for .NET 2.0 C # projects

Please offer some free tools to help me get the Lines-of-Code metrics for C # projects using the command line.

+5
source share
2 answers

I got LoC using Ndepend

+2
source

I was looking for a similar tool. Found Microsoft Line Counter (LOC) This is very good. List of functions on code.msdn

Features:

  • Get the last amount of LOC and code failure by connecting to the source repository such as VSTF, VSS, and the file system.
  • 16 (, , , , .,)
  • - , , /
  • , , , LOC ..
  • , Microsoft Research .
  • (SM)/Team Software (SM)
  • Windows (XP/Vista, 32bit/64bit) Visual Studio 2005 IDE
  • .
  • Excel PDF
+5

All Articles