CSharpRepl
CSharpRepl copied to clipboard
A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
### 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...
### 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...
### 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...
### 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...
### Feature Description When https://github.com/waf/PrettyPrompt/issues/182 is ready.
### Version last ### What happened? There are hardcoded key bindings:  but they are configurable.
### 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...
### 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...
### Feature Description https://github.com/benaadams/Ben.Demystifier
### Feature Description When https://github.com/waf/PrettyPrompt/issues/179 is ready. Tooltip information can be obtained by `QuickInfoService.GetQuickInfoAsync`.