CShell icon indicating copy to clipboard operation
CShell copied to clipboard

A simple, yet powerful, C# scripting IDE and REPL

Results 39 CShell issues
Sort by recently updated
recently updated
newest added

Something similar to what VS or LINQPad has.

feature

Currently the REPL will just grow infinitely until `:clear` is called. If there's a lot of console output this can affect the performance of the REPL a lot. It seems...

feature

Here is an example of an error generated by running code with total of 69 lines. Note how the error message is indicating line 170 as error location. System.ArgumentOutOfRangeException: StartIndex...

bug

mono supports await, roslyn has less critical bugs. see #48

feature

It's in a bad state right now: https://chocolatey.org/packages/CShell/0.1.2.2 But it should really be updated once the dev branch is ready, almost there.

Tutorial.csx is somewhat obsolete with the new developments in CShell (ex. references Shell.Repl.Clear() and Mono.CSharp as the compiler etc). It would be nice if there could be some information/examples of...

documentation

Hi, CShell was crashing on .Net 4.6 and I had to re-target it to .Net 4.6

http://www.omnisharp.net/ https://github.com/OmniSharp/omnisharp-roslyn - It's much a bigger effort - Used in VS Code and many other editors Essentially check out if this could be of use for us.

question

With the new ReplExecutor the code is not evaluated asynchronously anymore, this functionality needs to be added back.

feature

REPL editor HOME and END keys not working (version 0.1.1.20912) HOME should go to begin of editing line END should go to end of editing line as we are with...

feature