Hubert Kindermann

Results 68 issues of Hubert Kindermann

### Version last ### What happened? `"hello".AsSpan()` ![image](https://github.com/waf/CSharpRepl/assets/11704036/d7ff0265-f951-4e55-997a-9798f3c544a6)

bug

### 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

Suppose we have a console with a buffer of width 12. We have prompt 4 chars long (`>>> `) so we should be able to write 8 characters per line....

bug