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

### 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...

bug

### 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...

bug

### Version C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? as the picture shows ![image](https://github.com/waf/CSharpRepl/assets/52264192/196228bd-cb11-44ed-9073-46002c5c460c)

bug

### 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...

bug

### 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"...

bug

### Version last ### What happened? `"hello".AsSpan()` ![image](https://github.com/waf/CSharpRepl/assets/11704036/d7ff0265-f951-4e55-997a-9798f3c544a6)

bug

### 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" └── 🟡...

bug

### 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...

enhancement

### Feature Description Having a local build of roslyn, would it be possible to use that binary instead?

enhancement

### 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...

bug