Discover and explore top open-source AI tools and projects—updated daily.
CLI tool for C# experimentation and interactive exploration
Top 15.0% on SourcePulse
A cross-platform command-line C# REPL for rapid experimentation and exploration of the language, libraries, and NuGet packages. It targets .NET developers seeking an interactive environment for quick code testing, debugging, and learning, offering features like IntelliSense, NuGet integration, and object exploration.
How It Works
This REPL leverages .NET's Roslyn compiler services to provide an interactive C# experience. It parses and evaluates code snippets in real-time, offering features like syntax highlighting via ANSI escape sequences, IntelliSense with documentation lookup, and automatic code formatting. It supports referencing local projects, assemblies, and NuGet packages directly within the REPL session using the #r
command.
Quick Start & Requirements
dotnet tool install -g csharprepl
Highlighted Details
Maintenance & Community
CONTRIBUTING.md
.Licensing & Compatibility
Limitations & Caveats
1 week ago
1 day