By redundant stuff, I mean the namespaces, as I know they are necessary but if there are 10k of them, it doesn't add valuable info to the table.
Could this be done using Linq?
|
|
No need to reinvent the wheel. Take a look at the Visual Studio Code Metrics PowerTool 10.0
I know you said you don't have Ultimate, so I just wanted to show you what you're missing.
For everyone else, there's SourceMonitor
|
|||||||||||||||
|
|
Visual studio will do this for you. Right click on your project and choose Is there any particular reason you want to do this in your code? |
|||||||||
|
|
we have used the tfs cube to get the data about how many lines add/delete/change on our tfs. This one you can view from excel. But need to configure it properly. And I don't think it will exclude the comments and blank lines etc. |
|||
|
|
|
I have no solid idea about them, but you can use Code Metrics Values to get some statistics about your solution, like code lines. |
||||
|
|