Anyone know of a free tool to get a SLOC count from a C# project?
- Mark
-
-
I posted one to gotdotnet a while back.
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=78d73578-4a2f-432c-ae78-15aa96dad7bf
Usage might not be explained well. Point the folder/file selector to source for SLOC. Add Dll files to get the other counts.
-
Using your tool, I got a SLOC of ~72k. Using SourceMonitor I got ~50k. I've also tried running sloccount under cygwin, but that doesn't work.
-
I'm using the "Project Line Counter" Clicky
-
Perhaps turn off some of the file types under the filter. By default, I think they are all on, which would mean you're getting counts for .xml, etc.
I got a SLOC of ~72k. Using SourceMonitor I got ~50k.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.