Graham

Results 164 comments of Graham

Thanks, looks like something needs changing near here: https://github.com/icsharpcode/CodeConverter/blob/a978d1b9ac7c01ab90ff38acc005f9ee08286f15/CodeConverter/CSharp/ExpressionNodeVisitor.cs#L1033-L1052 In VB, it's a compile error to mark a property with no required parameters as `Default`. The attribute can be manually...

If I've understood correctly, I think a simple solution might be to run multiple passes I.e. Write in current inferred state to the trees, then create a new semantic which...

> That would work in a system that starts with everything as nullable, infers some non-null types, then run multiple passes (until fixed point) finding more non-null types. Ah yes,...

After upgrading to the latest version I found the mobile experience went from totally unusable to just clunky. Not sure if that was intentional, or some other factor, but glad...

The main thing that jumps to mind is that you might be using a "website" project, which doesn't have a vbproj file and hence can't trigger the extension. If that's...

I've added my best guess at an input and expected output. A real example would help, though there are currently no contributors interested in implementing C#->VB features.

Thanks for the report, could you link to a specific file that failed spectacularly, and confirm whether you were using the visual studio extension or command line?

When there's a message box like that you can usually press ctrl c to copy the text. Can you send that or a print screen? The extension isn't supposed to...

Thanks for the bug report and feedback on general success!

In the online converter, the case you gave seems to work correctly. For ease of repro, do you have an example that fails when pasted into: https://icsharpcode.github.io/CodeConverter/