Hubert Kindermann
Hubert Kindermann
### Version last ### What happened? ```C# /// Description int M() => 0; ``` Xml received from roslyn is ```XML Description ``` we do not expect `` tag.
### Version last ### What happened? ..
### Version last ### What happened? ..
### Feature Description  We are parsing xml docs for this manually so it is a bit harder.
### Feature Description Support overload help also for generic arguments. E.g.: 
### Feature Description E.g.: ```C# class A { protected A(string s) { } } class B : A { B() : base(/*here we want overload help*/) { } } ```...
### Feature Description Our manual parsing of xml documentation is incomplete and there are some TODOs in `OverloadItemGenerator.cs` for: - filterpriority - remarks - example - typeparam - value -...
### Feature Description Make "current parameter" in overload help signature bold:  It's already done for the parameter name at the last line (that was easy). This needs to be...
### Version last ### What happened? Having `a.csx` with ```C# #load "b.csx" ``` and arbitrary `b.csx` within same location as `a.csx`. Running `csharprepl a.csx` causes ``` error CS1504: Source file...
### Version last ### What happened? This is the same problem as in #58 (already solved) but there it was while referencing nuget. There is still this problem while referencing...