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
Right now we have no dependency visitor (like DependencyGraphDumper is) that is able to visualize cycles. This means that graphs in FULL verbosity mode cannot be used to be visualized (all visitors will fail with StackOverflow). To be 100% no SO happens, one must wrap existing ones with TreeDependencyVisitor that stops at "seen nodes".