Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
11–20 of 25 posts
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#12Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#13Love 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.
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#14Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#15Is this compatible with Graphify-Labs/graphify, w/r/t existing output formats?
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#16Interesting! 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.
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#17C#/.NET feels unreasonably effective as a target for LLMs. The reflection and compiler services are not found anywhere else and have profound effects that HN still seems to be taking massive naps on.
Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#18Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#19 "Read the relevant design documents under docs/ before changing architecture."
makes me think that developing 'graphify the tool' and using 'graphify as a tool' are mixed up in the same document? How does an LLM keep track of both this gigantic skill and the user development problem at the same time?Re: Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents
#20compiler accurate find usages is exactly the context coding agents keep missing. how heavy is the roslyn integration at runtime, does it index on save or on demand