DEV Community

Discussion on: C# REPL

Collapse
 
uchitesting profile image
UchiTesting

Very nice. I knew about CSI but I hardly ever used it. They should provide it with the .NET SDK and showcase it. This is a cool feature. Java has jShell which has a bit more visibility IMHO.
I also use .NET Fiddle and that is very nice service. Now the main drawback I meet is even-though you set auto run to false, it runs anyway. It happened several times with infinite loops I could not fix because of that. Also there are limitations with some features (or I did not manage to make them work, idk).

So then I simply made a fiddle project so that I use VS Code in such case. I then have no limitation on any package to import.