Will there be more support for converting C# 3.0 code to VB 9.0 in NRefactory? For example, now anonymous constructors and automatic properties are not fully converted (VB doesn't have automatic properties, but this could be achieved by autogenerating fields for such properties).
I'd like also to ask where I can find detailed technical documentation for NRefactory, for a better understanding of the process of adding new statements and their converted counterparts.