Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
1–10 of 25 posts
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#2Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#3I don't understand why Microsoft and JetBrains aren't shipping versions of this. It seems like exactly what Roslyn was designed for
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#4I don't understand why Microsoft and JetBrains aren't shipping versions of this. It seems like exactly what Roslyn was designed for
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#5I don't understand why Microsoft and JetBrains aren't shipping versions of this. It seems like exactly what Roslyn was designed for
JetBrains provides an MCP server such that agents can query the project index for things like find usages. What's different about this?
EDIT: I think the differentiation is that this isn't MCP based. Dumping a portable json file allows much more flexibility than just having to run Rider IDE in the background with the solution loaded and indexed. e.g. the graph works with jq, CI (gates), arbitrary agents without MCP support, non MCP tools, bulk questions etc.
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#6I don't understand why Microsoft and JetBrains aren't shipping versions of this. It seems like exactly what Roslyn was designed for
JetBrains provides an MCP server such that agents can query the project index for things like find usages. What's different about this?
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#7I don't understand why Microsoft and JetBrains aren't shipping versions of this. It seems like exactly what Roslyn was designed for
GitHub Copilot's semantic index can work for any SaaS repo provider (GitLab, Bitbucket, etc.) or any local repos but this requires you to opt into the feature. Repos hosted in GitHub and Azure DevOps do NOT require opting into it since Microsoft already has your code.
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#8Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#9Unions coming in .NET 11 / C# 15 are going to be great.