about
12/09/2022
CsDependencyAnalysis Repo
1.0 Concept
CsDependencyAnalysis holds C# code that uses type analysis to construct
a dependency graph for all source code files in a specified directory tree. It also uses
the Tarjan algorithm to discover mutual dependencies.
2.0 Build
CsDependencyAnalysis code was built with Visual Studio Community Edition - 2019 and tested
on Windows 10.
3.0 Status
Eventually, this project will be ported to C++.
bottom
status
build
concept
top