RussellSmith2

Results 2 comments of RussellSmith2

The VB variable declaration gets generated twice when a Declaration Pattern is inside a Local Declaration Statement. ### Input code ```csharp public async Task ConvertArrayBounds(ArgumentListSyntax argumentListSyntax) { return await argumentListSyntax.Arguments.SelectAsync(a...

Switching from a For loop to a While loop can create an error. I just found an error when converting this code from the UnicodeNewline.cs file. [https://github.com/icsharpcode/CodeConverter/blob/f1d1780c85f00c3db756518db10d70728f2ac008/CodeConverter/Util/UnicodeNewline.cs#L185](url) ### Input code...