Show HN: graphify-csharp Gives Coding Agents Rider-Accurate Find Usages for C# 15
GitHub / Hacker News (42pts, 21 comments)·medium signal
Zach Saw's graphify-csharp, created September 8 and already at 53 stars, exposes compiler-accurate symbol navigation to LLM agents by wrapping JetBrains Rider's analysis rather than grepping or parsing with a hand-rolled AST. It supports C# 15 syntax and was pushed again on September 13. It is the C# counterpart to the Python/TS-oriented code graph tools agents already use, and it targets the specific failure where an agent renames a symbol and misses call sites the compiler would have found.