MNMahmoud Nabilinmahmoudnabil.hashnode.dev·11h ago · 4 min readI built an interactive HTML export for .NET dependency graphs, because my AI agent kept guessing wrongEvery time I asked Claude Code or Copilot something like "what breaks if I rename this method" on a mid-sized .NET solution, it would grep through files, miss call sites that go through interfaces, an00