dotnet-repl
dotnet-repl copied to clipboard
A polyglot REPL built on .NET Interactive
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.  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...
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...
Running a notebook from the command line should return a non-zero exit code when a submission fails
And ideally, the output should indicate which submission failed
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)'...