about
12/09/2022
CsDependencyAnalysis Repo
CsDependencyAnalysis code

CsDependencyAnalysis  Repository

Uses a parser written in C# to find all defined types and their dependencies

Quick Status Code functions correctly no known defects Demonstration code yes Documentation yes - needs much more Test cases no Static library no Build requires C# 7.0 Planned design changes Add more demonstration code

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++.
  Next Prev Pages Sections About Keys