-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph/tree/list of existing dependencies #2
Comments
Create a list of all namespace dependencies for a project or a solution. Also investigate how hard would it be to graph the resulting list of dependencies (DGML maybe? Can Visual Studio graph it?) |
Great tool man! A really ugly linqpad script to generate whilelist entries from the warnings in visual studio. I had a scenario where there were a lot of existing bad references and I wanted to explicitly whitelist them and prevent any future ones added. https://gist.github.com/cwigley/52135671eed828ee90b08a3020a4367a |
See also #22 that also aims at avoiding new disallowed dependencies to creep in while eliminating the existing ones is not a priority. |
I'd like to be able to see some sort of analysis of existing dependencies between namespaces in my solution without having to set up rules in advance for what's allowed to access what.
The text was updated successfully, but these errors were encountered: