I think this is more than a great utility, but the VB code is unsatisfactory. Everytime I extract VB source code from my old assembly (which was compiled from VB), I have to edit several lines if not the complete function. For some reason, this app is obsessed with things like Strings.Concat(string1, string2) which the VB compiler does not recognize. I alwasy have to edit that line to string1 & string2. I dont understand why the first is preferable. I also noticed that most of the time, C# code does not need any editing.
Whats up with that?