Is there a way i can see stats on my class design? This project grew pretty big and i am sure it is messy but so far for me its easy to m开发者_运维问答aintain. Is there a way i can see the count of methods on each class, how many classes i have and how many static members i have etc? (hopefully i only have static methods)
It sounds like you are looking for a static analysis tool for C#.
One commercial offering that lets you query many aspects of your code is nDepend.
Wikipedia has a list - tools for static code analysis (.NET).
精彩评论