CSharpRepl icon indicating copy to clipboard operation
CSharpRepl copied to clipboard

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.

Results 83 CSharpRepl issues
Sort by recently updated
recently updated
newest added

### Feature Description Common use of REPLs is to experiment, so naturally it would be a nice addition to be able to choose a locally installed toolchain with a CLI...

enhancement

### Version last ### What happened? Submit long enough (but single-line) input so it's wrapped on two lines. Press up-arrow -> last input is loaded (that's ok). Press left-arrow to...

bug

### Version last ### What happened? After upgrading Microsoft.CodeAnalysis.CSharp.Features 4.4.0 -> 4.5.0, `CompletionService` returns items with IsComplexTextEdit==true && InlineDescription.Length > 0. Typically these are items from not-inluded namespaces. In VS...

enhancement

### Feature Description When #226 is done and when an inspected object has any non-public members.

enhancement

### Feature Description When #226 is done and when the type of inspected object has DebuggerTypeProxy (e.g. `List`).

enhancement

### Feature Description When #223 is done. It should be displayed on an alternate screen (`AnsiConsole.AlternateScreen`). Probably invoked by e.g. F3 after input submission. Animation of my prototype (outside of...

enhancement

### Version last ### What happened? The following code is able (there is a race condition) to crash CSharpRepl: (EDIT: not sure about race condition now, but I believe I...

bug

### Feature Description We already can customize the prompt with a custom string. We could just introduce some variable (e.g. with MsBuild syntax `$(VariableName)`) that would be replaced in the...

enhancement

### Version last ### What happened? Having `A.dll` referencing `B.dll`. Then executing `#r A.dll` now types from `B.dll` should be accessible (e.g. `using Some.Namespace.From_B_Dll;`) but they are not. This works...

bug

Bumps the dotnet-dependencies group with 4 updates: [Spectre.Console.Cli](https://github.com/spectreconsole/spectre.console), [Spectre.Console.Testing](https://github.com/spectreconsole/spectre.console), [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `Spectre.Console.Cli` from 0.48.0 to 0.49.1 Release notes Sourced from Spectre.Console.Cli's releases. 0.49.0 What's Changed Cleanup line endings...

dependencies