You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the awesome tool. One thing I would love to see implemented here is a cyclic/circular namespace dependency check with an option of warning/error/silent.
The text was updated successfully, but these errors were encountered:
I am not familiar with QuickGraph but DFS is simple enough to implement instead of referencing an external library and keeps the analyzer more portable. We would expect the flagged violations to be deterministic. So ideally the graph would have to be pre-built before the code inspections and remain cached until a project rebuild occurs (or a code change for live inspections). This is going to be a challenging one.
Hi Frenec,
Thanks for the awesome tool. One thing I would love to see implemented here is a cyclic/circular namespace dependency check with an option of warning/error/silent.
The text was updated successfully, but these errors were encountered: