Ross ROSS = Recommend OSS · open-source software intelligence for agents

waf/CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively. observed · 2026-08-28

github.com/waf/CSharpRepl · homepage · C# · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 90
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 5
  • age_days: 1978
  • days_rel: 66
  • days_push: 9
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

3341 stars · 124 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A cross-platform command-line C# REPL distributed as a .NET global tool, built on Roslyn. It offers syntax highlighting, intellisense, NuGet package installation, references to local projects, IL/lowered-C# inspection, and optional AI code completion.

Use cases

  • quickly prototype C# code without creating a scratch project
  • explore a NuGet library's API interactively in the terminal
  • inspect what the compiler generates with IL disassembly and lowered C#
  • load and call into my own csproj or solution from a console
  • attach a REPL to a running .NET process to poke at live state
  • learn C# with autocomplete and inline documentation

When to choose

  • you want fast interactive C# experimentation from the terminal on Windows, macOS, or Linux
  • you need to probe libraries, assemblies, or your own projects without scaffolding a console app
  • you want to see compiler output (IL or lowered C#) for a snippet
  • you need to debug or modify a running .NET application from a REPL

When to avoid

  • you need a full IDE experience with debugging, refactoring, or project management
  • you are working in a language other than C# or a runtime other than .NET
  • you need a GUI-based scratchpad like LINQPad with saved query files

Facets

cli-tool · maturity active

cli developer-tools interpreter developer-tools programming-languages cross-platform windows cli csharp dotnet repl nuget intellisense syntax-highlighting interactive-programming roslyn il-disassembly ai-code-completion command-line macos linux

2 sources

Member repositories

RepositoryRoleHealth v2
waf/CSharpReplmain96

For agents

markdown · JSON · MCP: product_card(name="waf/CSharpRepl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem