Technology
Open-source Roslyn indexer released to generate C# semantic graphs
A free tool turns C# source into deterministic semantic graphs, according to Hacker News.
The short version
- Graphify C# is an open-source, headless Roslyn and MSBuild indexer released under the MIT license.[Hacker News]
- The software exports code relationships into a single JSON structure consisting of nodes, edges, and hyperedges.[Hacker News]
- The output is restricted to static analysis and cannot confirm runtime reachability involving dynamic invocation or reflection.[Hacker News]
Key facts
- Graphify C# is a free, headless Roslyn and MSBuild indexer that converts C# source code into deterministic semantic evidence.[Hacker News]
- The indexer is distributed under the open-source MIT license.[Hacker News]
- Output from the utility is formatted as a single JSON file detailing nodes, edges, and hyperedges.[Hacker News]
What remains uncertain
- Because the tool relies strictly on static observations, runtime dynamics such as reflection, dependency injection, and dynamic invocation remain unrepresented.[Hacker News]
Sources
Outlet counts describe coverage, not independent confirmation. Reports may share a wire service or original source.