KirillOsenkov/RoslynQuoter
Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree observed · 2026-08-28
Health v2 · maintenance only
43/100
- Activity 24
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4273
- days_rel: n/a
- days_push: 460
- n_releases_24m: 0
Adoption not part of the score
1095 stars · 123 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RoslynQuoter is a C# tool that takes C# source code and generates the Roslyn SyntaxFactory API calls needed to construct its syntax tree. It is available as a NuGet library, a web app, and a LINQPad-friendly tool.
Use cases
- generate roslyn syntax factory calls for c# code
- learn how to build c# syntax trees with roslyn
- convert c# source code to roslyn api calls
- create roslyn syntax tree programmatically for a snippet
- understand roslyn syntax tree structure of c# code
When to choose
- you are writing Roslyn analyzers or code generators and need to construct syntax trees programmatically
- you want to learn the Roslyn SyntaxFactory API by example
- you need to convert existing C# code into syntax-construction API calls
When to avoid
- you need semantic analysis or compilation, not syntax tree construction
- you work with languages other than C#
- you need a general-purpose C# formatter or refactoring tool
Facets
library · maturity active
parser developer-tools developer-tools parsers programming-languages dotnet cross-platform roslyn syntax-tree csharp syntax-factory code-analysis code-generation web
2 sources
- readme: https://github.com/KirillOsenkov/RoslynQuoter · fetched 2026-08-28 · 09b097508b7d
- homepage: http://roslynquoter.azurewebsites.net · fetched 2026-08-29 · a5644870c3ab
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| KirillOsenkov/RoslynQuoter | main | 43 |
For agents
markdown · JSON · MCP: product_card(name="KirillOsenkov/RoslynQuoter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem