5 ms·
There is already a C# REPL built into Visual Studio, called C# Interactive. It takes a bit of getting used to, but it's not bad at all.
by atlantic 2y ago
There is already a C# REPL built into Visual Studio, called C# Interactive. It takes a bit of getting used to, but it's not bad at all.
- deleted 2y ago[deleted]
- recursive 2y agoNot even in the same zip code.
- mattmanser 2y agoEchoing the other comment, personally I find the C# interactive really frustrating to use. So close and yet so far. I often find it quicker/less frustrating to just fire up a new console app project. Last time I tried to use it I think it was even running an old version of .Net and you have to remember to switch the version.
- celdon25 2y agoI'd say it is pretty bad[1], but the F# REPL is decent at least. 1. https://github.com/dotnet/roslyn/issues/26934 https://github.com/dotnet/roslyn/issues/26934
- misterflibble 2y agoYes I saw the REPL in VS 2022 and Jetbrains Rider, but I still prefer having this utility at hand with a collection of scripts ready whenever I need to script up something, or experiment with a service or database, or learn something new in .NET.