Graham

Results 105 comments of Graham

I'm open to using DateTime as part of a proper handling of #174, it actually did that sloppily until it was recently reverted in #261 I've just merged #317 which...

Sorry to hear it didn't work yet. Glad the tools helped a bit though. Ah yes, VB has all kinds of special oddities that people don't realise they're even using....

Renamed this issue to focus on linq now the async issues are captured in #478

I've updated the erroneous output to the output from the latest version (hosted at codeconverter.icsharpcode.net) I think there are 3 separate fixes needed: * Use Integer division where inputs are...

Thanks. I'll expect there's a whole class of related bugs since date and DateTime have some differences. E.g. If code calls another vb library that returns a date, it needs...

I didn't know about this rule. The solution is probably to convert to an array at the call site. Then the method can take an optional array that defaults to...

I like the idea of using dynamic to cover VB's "late binding" concept. Rather than change the existing public signature, I think I'd create a local variable for it as...

Thank you for including example code and error message, that's very helpful! You are correct that some language features like this are still unsupported. Over time (and with the help...

As of 5.6.1, the attribute issue is fixed. Preprocessor directives are still not supported so I'll leave this issue open to track that. It may be extremely difficult to correctly...

> `#if` statments that only contain whole nodes should be reasonably easy and cater for a lot of real-world cases. After looking more closely at what's available in Roslyn, even...