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 Since it came out, I have loved Visual Studio's CSharp Interactive tool and since I discovered that I could run it outside of it I always had...

enhancement

### Version last ### What happened? Having `a.csx` with ```C# #load "b.csx" ``` and arbitrary `b.csx` within same location as `a.csx`. Running `csharprepl a.csx` causes ``` error CS1504: Source file...

bug

### Feature Description Lets say there is a solution like ├►MySolution.sln └┬►MyClassLibrary.csproj ▒├►MyConsoleApp.csproj ▒└┬►References: MyClassLibrary.csproj ▒▒└►References: "nuget: Newtonsoft.Json" After executing: `#r "pathToSolution\MySolution.sln"` It should not load only one project, but...

enhancement

### Version last ### What happened? This is the same problem as in #58 (already solved) but there it was while referencing nuget. There is still this problem while referencing...

bug

### Feature Description When https://github.com/waf/PrettyPrompt/issues/182 is ready.

enhancement

### Version last ### What happened? There are hardcoded key bindings: ![image](https://user-images.githubusercontent.com/11704036/161324988-5a46c0c6-e1cc-4fb9-9819-46c19e68f7de.png) but they are configurable.

bug

### Feature Description Currently, output scrolls and is deleted when finished (see #113). It would be good to disable scrolling and final clear when `#r` is submitted with a detailed...

enhancement

### Feature Description With #117 we added [runtime.json](https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json) to the repository and it will be distributed with CSharpRepl. It would probably be a good idea to automatically check for a...

enhancement

### Feature Description https://github.com/benaadams/Ben.Demystifier

enhancement

### Feature Description When https://github.com/waf/PrettyPrompt/issues/179 is ready. Tooltip information can be obtained by `QuickInfoService.GetQuickInfoAsync`.

enhancement