CSharpRepl
CSharpRepl copied to clipboard
A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
### Feature Description For a while now, I've been looking at free alternatives to LINQPad and CSharpRepl has always stood out to me for being something very flexible (along with...
### Version last ### What happened?  In VS the result is `((byte)i)`.
### Feature Description It'd be nice to have automatic variables that represent previous prompt results. There are two possible approaches (they aren't mutually exclusive): **Counting Forwards** Count forwards from the...
### Version 0.3.5 ### What happened? AssemblyReferenceMetadataResolver.LoadSharedFramework  Content of runtimeconfig.json: ```json { "runtimeOptions": { "tfm": "net6.0", "frameworks": [ { "name": "Microsoft.NETCore.App", "version": "6.0.0" }, { "name": "Microsoft.WindowsDesktop.App", "version": "6.0.0"...
### Version 0.3.5 ### What happened? For repro just insert: ``` 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1...
### Feature Description Nice work!!! I've been waiting for a cross-platform c# REPL, thanks! A great feature addition would be the ability to "remote console" into running web applications such...
### Feature Description It would be nice to have a published mversion withg self containex exe
### Feature Description At the start, we load all reference and implementation references. Then when load library targeting the same framework via `#load "xxx.dll"` all framework references (ref and impl)...
### Feature Description \+ configurable kebinding. We implicitly trigger auto-format on `;`, `}` and `{` (same as VS) but I'd like to also have VS's `Ctrl+K+D`.
### Version C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? Tried to use Microsoft.Data.SqlClient and this happened; ```cs > #r "nuget:Microsoft.Data.SqlClient" '' not found for package System.Text.Encodings.Web.4.7.2 '' not found for package...