# KirillOsenkov/RoslynQuoter

Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree

Repository: https://github.com/KirillOsenkov/RoslynQuoter
Canonical: https://ross.abutalabs.com/products/roslynquoter
Homepage: http://roslynquoter.azurewebsites.net
Language: C#
License: Apache-2.0
License Family: permissive
Last push: 2025-05-31T00:25:36+00:00

## Health v2 (maintenance only)
Score: 43/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 24, release rhythm 35, longevity 100
- inputs: {"age_days": 4273, "days_push": 460, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1095, forks 123 (observed 2026-08-28T04:03:34.216482+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: parser, developer-tools
- domain: developer-tools, parsers, programming-languages
- platform: dotnet, cross-platform
- tags: roslyn, syntax-tree, csharp, syntax-factory, code-analysis, code-generation, web

## Member repositories
- KirillOsenkov/RoslynQuoter (main) score 43

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:34.216482+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:47:13.705736+00:00, confidence not recorded.
  - readme: https://github.com/KirillOsenkov/RoslynQuoter (fetched 2026-08-28T04:03:34.216482+00:00, sha 09b097508b7d)
  - homepage: http://roslynquoter.azurewebsites.net (fetched 2026-08-29T12:50:06.131484+00:00, sha a5644870c3ab)
- Data as of 2026-08-30T08:39:29.467469+00:00.
