I am looking for a software to mac that visualize a dependency graph of my base-code in c#.
My goal is to have a quick way to find bad dependencies in my code and refactor them.
1–8 of 8 posts
My goal is to have a quick way to find bad dependencies in my code and refactor them.
You might be able to use CodeQL tooling for this https://codeql.github.com/docs/codeql-for-visual-studio-code... - write some CQL queries that can be bespoke to each question you're asking