CSharpRepl
CSharpRepl copied to clipboard
A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
### Feature Description With the `F9`/`Ctrl-F9` IL function, it would be great if comments would persist through to the generated IL, then we could do something like this...  In...
### Version C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612 ### What happened? In a new instance of C# REPL, type `new Script`. The `t` keystroke causes a crash. Trace ``` 2024-04-20T18:33:52 - Trace session...
### Version C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened?   Such overloads are inappropriate there so they must be removed from the suggested candidates.
### Version C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? `jshell` (Java's official REPL) can execute `int i = 0;` or try to evaluate `return 0;` or `break;` without the semicolon. Especially,...
I want to start a `csharprepl` against an existing asp.net core app with entity framework and postgres as the database. The idea is to play with the project and especially...
### Version newest ### What happened? pleaz do not accept suggest while hit space, most we use enter/tab while we want accept the suggetion 
### Version 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? Hello! First of, **thank you so much** for this project! Coming from other languages with stable interactive language shells, I was really hurting for...
### Version 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? I just installed it on the newly installed Fedora 39 via ``` dotnet tool install --global csharprepl ``` I run it in the default...
Bumps the dotnet-dependencies group with 2 updates in the / directory: [Microsoft.CodeAnalysis.CSharp.Features](https://github.com/dotnet/roslyn) and [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions). Updates `Microsoft.CodeAnalysis.CSharp.Features` from 4.9.2 to 4.10.0 Release notes Sourced from Microsoft.CodeAnalysis.CSharp.Features's releases. .NET 6.0.1 Release .NET...
upgrade Roslyn packages