ashmind/SharpLab
.NET language playground observed · 2026-08-28
Health v2 · maintenance only
34/100
- Activity 0
- Release rhythm 40
- Longevity 100
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: 0
- age_days: 4531
- days_rel: 653
- days_push: 653
- n_releases_24m: 6
Adoption not part of the score
2974 stars · 223 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SharpLab is a .NET code playground (source of sharplab.io) that shows intermediate steps and results of code compilation, including decompilation to C#, IL, and JIT assembly. It supports C#, Visual Basic, and F# as source languages, with experimental code execution.
Use cases
- see how C# compiles to IL
- understand what using() desugars to
- decompile C# to see compiler-generated code
- inspect JIT assembly for a code snippet
- quickly run and test small C# snippets online
- compare VB and C# compiled output
When to choose
- you want to understand how the .NET compiler transforms your code
- you need to inspect IL or JIT assembly for a snippet without setting up tooling
- you want a quick online .NET scratchpad supporting C#, VB, and F#
When to avoid
- you need a full IDE or complete project compilation
- you need unrestricted code execution or production-grade runtime behavior
- you want to convert VB code to C# via decompilation, which is intentionally verbose
Facets
application · maturity active
compiler interpreter developer-tools parser developer-tools programming-languages compilers education cross-platform dotnet dotnet playground decompiler il jit-asm csharp fsharp visual-basic online-tool web-server
2 sources
- readme: https://github.com/ashmind/SharpLab · fetched 2026-08-28 · feff75bbf9e1
- homepage: https://sharplab.io · fetched 2026-08-29 · 71e54c19bdf2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ashmind/SharpLab | main | 34 |
For agents
markdown · JSON · MCP: product_card(name="ashmind/SharpLab")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem