CSharpRepl icon indicating copy to clipboard operation
CSharpRepl copied to clipboard

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.

Results 83 CSharpRepl issues
Sort by recently updated
recently updated
newest added

The .NET package cache is stored in `%APPDATA%\.csharprepl\packages`, which maps to within the roaming profile, which is synchronized to the domain. This can be extremely slow on some connections (mine...

### Feature Description I would like to use this excellent C# REPL as a replacement for the [C# Interactive tool in JetBrains Rider](https://www.jetbrains.com/help/rider/CSHARP_Interactive.html). The idea with this issue is to...

enhancement

### Version 0.6.7 ### What happened? String containing new line character '\n' are not printed correctly, see below. ![image](https://github.com/user-attachments/assets/f12e36f2-2b60-4bce-bed0-11f439343464)

bug