Hubert Kindermann

Results 68 issues of Hubert Kindermann

### Version last ### What happened? ```C# /// Description int M() => 0; ``` Xml received from roslyn is ```XML Description ``` we do not expect `` tag.

bug

### Version last ### What happened? ..

bug

### Feature Description ![image](https://user-images.githubusercontent.com/11704036/180067516-88dc2f18-5d41-4927-8d93-90e22db636b0.png) We are parsing xml docs for this manually so it is a bit harder.

enhancement

### Feature Description Support overload help also for generic arguments. E.g.: ![image](https://user-images.githubusercontent.com/11704036/180069485-4ba7eca5-3095-4aba-a2bd-3e424c4629c6.png)

enhancement

### Feature Description E.g.: ```C# class A { protected A(string s) { } } class B : A { B() : base(/*here we want overload help*/) { } } ```...

enhancement

### Feature Description Our manual parsing of xml documentation is incomplete and there are some TODOs in `OverloadItemGenerator.cs` for: - filterpriority - remarks - example - typeparam - value -...

enhancement

### Feature Description Make "current parameter" in overload help signature bold: ![image](https://user-images.githubusercontent.com/11704036/179823311-3b3a093c-42ef-42ec-943a-6c4311bb2300.png) It's already done for the parameter name at the last line (that was easy). This needs to be...

enhancement

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

bug

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

bug