Graham

Results 164 comments of Graham

This would work for this particular case, but not for other cases where a constant is required, hence the above is preferred: ```csharp public static partial class Issue557 { internal...

I'm imagining implementing this by adding byref parameters for any referenced locals. Of course one of the best uses of local functions is async/iterators which will cause a compile error...

Thanks for the bug report. Generally improving the Winforms conversion is tracked as #170. For now I'll leave this open separately since it causes quite a big problem and I...

Yeah there was another issue related to not doing special VB string comparisons within the query syntax too

Thanks for the report (and sharing as much info as you could manage) The roslyn formatter's/simplifier's memory usage scales very badly with file size. So for designer forms which end...

Thanks for getting in touch. If it's just that single file that's really interesting! Does the same happen if you right click the file in solution explorer and convert just...

Sorry I missed your reply. Thanks for the information. It looks unlikely to be memory related in this case then! The CPU load looks like it is probablby attempting a...

@EoflaOE thanks, that example is likely going to be a massive help! I'll try to repro with it as soon as I can find time and hopefully will finally be...

Thanks @EoflaOE this definitely seems to repro the issue even in total isolation. I've created a draft PR with an initial workaround which skips files that take longer than the...