CSharpRepl
CSharpRepl copied to clipboard
A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
### Version C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? I run the following line to create a byte array from a string: `"foo"u8.ToArray()` This works fine and I want to assign...
### Version C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? Clearing the clipboard made it stop crashing, possibly related to #325, but having `🏴` in the clipboard, or arbitrary large text doesn't...
### Version C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? as the picture shows 
### Version 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? Known workaround is to use escape characters. ```cs > "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f" 🏴 └── 🟡 Length: 14 ``` Causes following log. ``` 2023-12-11T04:35:46 - Trace session...
### Version 0.6.5 ### What happened? tried to organize common Nuget packages in a response file as below: ```-r "nuget: Kurukuru" -r "nuget: CliWrap" -r "nuget: Humanizer" -r "nuget: UnitsNet"...
### Version last ### What happened? `"hello".AsSpan()` 
### Version 0.6.5 ### What happened? A *non-default* `Memory` doesn't produce the correct output on detailed mode. ## Expected Displays `.ToString()` properly, such as... ```cs > "foobar".AsMemory()[3..] "bar" └── 🟡...
### Feature Description ## Proposal You can already use `F9` and `CTRL+F9` to see the generated `MSIL` in Debug and Release, respectively. However as of `C# REPL 0.6.3`, it is...
### Feature Description Having a local build of roslyn, would it be possible to use that binary instead?
### Version 0.6.3 ### What happened? In my nuget.config in my %APPDATA% one of the sources is private. When I try to use nuget in the repl it always fails...