Graham

Results 164 comments of Graham

Thanks for the report. It looks likely there's an upstream bug in the roslyn simplifier, but it would be easy to work around in this tool too with a special...

Hi, thanks for the report. This should be fixed by 9.1.2 shipping imminently. Though when I say fixed, I specifically mean that it shouldn't error like that any more. It...

The output is now: ```vbnet Imports System.Drawing Imports System.Windows.Forms Friend Class ConverterTests Public Function test1() As Color() Dim textColor = Color.FromArgb(CInt(&HFFCFCFCFUI)) Dim backColor = Color.FromArgb(CInt(&HFF303030UI)) Dim altTextColor = Color.FromArgb(CInt(&HFFFFFFFFUI)) Dim...

Thanks for getting in touch. I'd agree that a conversion of that size is likely to take more than a few days to get compiling in c#. The approach I'd...

Sorry, yes since your focus is UI you should probably start at the top of the tree with ui projects. Be aware that integration points with the many ui frameworks...

Reopen if you can share any details of particular issues

Yes, that's fine so long as you're happy with me using it for the purposes of manual testing and won't hold me liable for any damages caused if it is...

Thanks for the report. Good thinking with the two different fixes. Since it's a compile error right now, even just a PR to do the const style one (with comment)...

Thanks, good context on likelihood there too. Looks reasonably straightforward to fix. Wherever the code that creates the xmlelement is just needs to xml decode first. In the case of...