Best Tool for Code-Analyzement or Code-Review

Which code analyzer or code verification tool do you offer?

To analyze DotNet 2.0 and 3.5 code and get

All classes, methods, properties, instances, definition, Databases and their relation to the code,

I want to get information ready to print about codes and projects,

(here I do not mean a tool for checking code and structures)

Is there anyone with similar specs?

+3
source share
4 answers

Maybe NDepend ?

+7
source

Reflector - . Code Metrics . . ​​

doxygen , , , , .. .

+3

FxCop

:   *   *   *   *   *   *

+1
0

Source: https://habr.com/ru/post/1702517/


All Articles