Another .NET (C#) repl
The Insider News
1
Posts
1
Posters
0
Views
1
Watching
-
After posting i saw that this requires .NET 7 (instead of 6.x) Check out this nuget which is a (EDIT).NET 7 C# repl tool: NuGet Gallery | CSharpRepl 0.5.1[^] For .NET 6.x Try
dotnet tool install --global CSharpRepl --version 0.4.0
You can install it globally then run / test code snippets:
dotnet tool install -g csharprepl
Here's the project site: GitHub - waf/CSharpRepl: A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.[^] Also, when you type code it includes intellisense type of behavior (see image[^]). This is a new(er) one (different project) than the one previously posted here[^].