CShell
CShell copied to clipboard
A simple, yet powerful, C# scripting IDE and REPL
If in the REPL I write ``` Console.WriteLine("Hi"); ``` It doesn't show in the output window (when enabled)
Currently, capturing the console output is handled directly in the REPL control. We need to refactor this to be more in line with scriptCS. Specifically using `IConsole` Once this is...
I tried to edit the CShell.exe.config to include a console logger for my classes but that didn't work for whatever reason. It would be even better if the output could...
https://github.com/lukebuehler/CShell/issues/80
This is just a starter item. It should be part of a bigger engineering improvement around coding guidelines using StyleCop. Please let me know if this makes sense, i can...
I've installed CShell (it's very nice thank you). I wanted to use it to explore Deedle. So I created a new workspace. I installed Deedle into the workspace using nuget:...
Highlight the opening parentheses when at the closing one and vice versa.
ScriptCS script packs only work partially right now. We should add support for following: - Load script packs when a new reference is added - If a `Require` is executed...