开发者

C# design dump/overview? Class stats

开发者 https://www.devze.com 2023-01-18 23:47 出处:网络
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 m

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消