Package analyzer and Feature Matrix
I have started a .NET Tool, https://github.com/ignatandrei/PackageAnalyzer , that can analyze your solution and generate various statistics.
The program can show you dependency matrix of projects
The X on the diagonal shows that the project is not dependent on himself.
The 1 shows that the project is dependent DIRECTLY on the other project ( read from left to right, in rows )
The 2( or more ) shows that the project is dependent INDIRECTLY on the other project ( read from left to right, in rows )
Leave a Reply