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

### Feature Description For a while now, I've been looking at free alternatives to LINQPad and CSharpRepl has always stood out to me for being something very flexible (along with...

enhancement

### Version last ### What happened? ![WindowsTerminal_Zof7eOPQhV](https://user-images.githubusercontent.com/11704036/158163943-b22eb5f8-eca8-4d2b-9c30-b75691a5715a.gif) In VS the result is `((byte)i)`.

bug

### Feature Description It'd be nice to have automatic variables that represent previous prompt results. There are two possible approaches (they aren't mutually exclusive): **Counting Forwards** Count forwards from the...

enhancement

### Version 0.3.5 ### What happened? AssemblyReferenceMetadataResolver.LoadSharedFramework ![image](https://user-images.githubusercontent.com/11704036/151638672-c1e0c756-441a-4046-bb7e-540ed4d60400.png) Content of runtimeconfig.json: ```json { "runtimeOptions": { "tfm": "net6.0", "frameworks": [ { "name": "Microsoft.NETCore.App", "version": "6.0.0" }, { "name": "Microsoft.WindowsDesktop.App", "version": "6.0.0"...

bug

### Version 0.3.5 ### What happened? For repro just insert: ``` 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1...

bug

### Feature Description Nice work!!! I've been waiting for a cross-platform c# REPL, thanks! A great feature addition would be the ability to "remote console" into running web applications such...

enhancement

### Feature Description It would be nice to have a published mversion withg self containex exe

enhancement

### Feature Description At the start, we load all reference and implementation references. Then when load library targeting the same framework via `#load "xxx.dll"` all framework references (ref and impl)...

enhancement

### Feature Description \+ configurable kebinding. We implicitly trigger auto-format on `;`, `}` and `{` (same as VS) but I'd like to also have VS's `Ctrl+K+D`.

enhancement

### Version C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? Tried to use Microsoft.Data.SqlClient and this happened; ```cs > #r "nuget:Microsoft.Data.SqlClient" '' not found for package System.Text.Encodings.Web.4.7.2 '' not found for package...

bug