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

use InternalsVisibleTo MSBuild item to simplify `InternalsVisibleToAttribute` Use InternalsVisibleTo to generate the attribute - https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#internalsvisibleto

### Feature Description In `csharprepl -h` it reads that every option under the _Key Binding_ section "Can be specified multiple times". The rest of the text does not specify how...

enhancement

### Feature Description Under the _Key Bindings_ section of `csharprepl -h` option arguments are described as ``, but there's no explanation on what are those. I was able to find...

enhancement

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies

### Version 0.6.7 ### What happened? I installed it and everything worked fine and now (two weeks later) an exception appears on start. ``` One or more errors occurred. (Could...

bug

### Version C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612 ### What happened? Entering curly braces (`{}`) in strings manipulates the current indentation level, despite being regular characters in this context. This can be reproduced...

bug

### Version C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612 ### What happened? If the indentation level becomes negative, the REPL crashes. This can be reproduced by entering a singular closing brace (`}`) and pressing...

bug

### Feature Description At the moment, when displaying an IEnumerable, the number of items displayed depends on the screen size. Having the possibility to configure this through a config file...

enhancement

### Version C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612 ### What happened? I have created a nuget package myself which contains a native dll 'natpmp.dll', and include it in a project works fine. Meanwhile...

bug

### Version C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612 ### What happened? ### MRE ```cs #define DEBUG System.Diagnostics.Debug.Assert(false) ``` ### STDOUT ```cs Writing trace log to /home/emik/csharprepl-tracelog-2024-07-27.txt Welcome to the C# REPL (Read Eval...

bug