Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
zachsaw
28 points
12 comments
September 12, 2026
Related Discussions
Found 5 related stories in 62.9ms across 6,278 title embeddings via pgvector HNSW
- Show HN: Arcaide – Explore code with multi-level call graphs aqula · 25 pts · July 09, 2026 · 58% similar
- Show HN: Structural code grep across public GitHub repositories mohebifar · 12 pts · August 22, 2026 · 56% similar
- Show HN: Geiger – See every AI agent on your machine and what it can touch atomburst · 44 pts · September 09, 2026 · 55% similar
- Show HN: 49 IDE – 2D Canvas for Agents myradism · 18 pts · August 31, 2026 · 54% similar
- Show HN: Frugal Tokens – explore costs and usage across coding agents dpc94 · 29 pts · August 19, 2026 · 53% similar
Discussion Highlights (6 comments)
yodon
I don't understand why Microsoft and JetBrains aren't shipping versions of this. It seems like exactly what Roslyn was designed for
JFuzz
Hey man, just wanted to say thanks! I pulled this down and adapted the skill for Unity development, keeping Graphify C# as an external analysis tool. My adapted skill isn’t publicly available yet, and I'm going to add it into my standard Unity Package development workflow to see if I can find some additional value in how the CLI and structured JSON make semantic information accessible to coding agents. I think this will help (maybe not on a full Unity game) but if you'r building multiple Unity Packages or have existing Unity Packages. Appreciate you sharing this!
spicyusername
Love to see C# love. It's a great language. Super underrated in my opinion. Unions coming in .NET 11 / C# 15 are going to be great.
Merad
Interesting! Have you tried it on any large code bases? I have to wonder if json is going do become unwieldy at the scale of millions of LOC - a SQLite db might be a better choice.
poilcn
Interesting, thanks. Seeing agents querying compiled code using reflection to find references looks painful and inefficient. Made me want to help little buddy somehow, but had no idea how
coverband
Is this compatible with Graphify-Labs/graphify, w/r/t existing output formats?