dotnet-repl icon indicating copy to clipboard operation
dotnet-repl copied to clipboard

A polyglot REPL built on .NET Interactive

Results 38 dotnet-repl issues
Sort by recently updated
recently updated
newest added

When using powershell, the tool looks fine. but when using it from bash (such as git-bash or MSYS2) none of the dynamic outputs align correctly. ![image](https://user-images.githubusercontent.com/23172578/177288489-a7eaa891-84be-48be-a49d-0a4298f5aeae.png) Would it be possible...

I've just installed `dotnet reply` on my `Mac Monterey 12.4`. According to documentation `SHIFT + Enter` should start multiline nevertheless id doesn't work. Same with `Shift+Tab` to see last line...

bug
external

Hi! Thanks for the great tool. As I see, you've dropped support for .net 5.0 in https://github.com/jonsequitur/dotnet-repl/pull/44/. Any chance dotnet-repl could run both on 5.0 and 6.0?

Although `dotnet-repl` recognizes tmux as a color capable terminal emulator, history navigation does not work; `dotnet-repl` just spits out the escape sequence. This is true of all tmux terminfo entries...

Hitting Ctrl+D does not end the session, like I have come expect it to in console shells.

doing dotnet repl from git bash on windows, I get this exception: ``` Unhandled exception: System.InvalidOperationException: Cannot see if a key has been pressed when either application does not have...

Trying to install to a new laptop - install the .NET 5.0.400 SDK and get the following: dotnet tool install -g dotnet-repl error NU1100: Unable to resolve 'dotnet-repl (>= 0.0.0)'...

bug

https://github.com/spectreconsole/errata

enhancement