Releases
7.7
VB -> C#
Cast foreach collection to IEnumerable if needed or unknown
Fix ordering bug converting redim bounds without preserve for 2d arrays
Exit Property should become return #497
First effort converting some Xml Member Access
Avoid adding new keyword when not allowed/required #504
Avoid evaluating Select Case expression multiple times in some cases where it may be non-deterministic or have side effects #323
Avoid repeated redundant break statement caused by explicit Exit Select #433
Convert return expression to match return type #496
Fix conversion for hex values ending in "C" #483
Converted multi line if blocks now always contain braces #466
Add conversions to allow arithmetic on enums
Add omitted argument lists on conditional expressions
Winforms initialization improvements
Convert VbMyResourcesResXFileCodeGenerator resource generator type in project file
Improved comment conversion #518
C# -> VB
Rename local symbols differing only in case #80
Remove erroneous event modifier from delegates
Add Implements clause for event fields
Add Overloads modifier where needed in VB
Add ReadOnly/WriteOnly modifier for interface properties that need it
Fix bug which led to nested modules
Fix accessibility of converted public static classes
Fix overqualifying with "Global" in some cases
Fix parenthesized TryCast which caused compile error
Fix erroneous rename of value argument in events' accessors and properties' setter
Add call AscW method to convert Char to numeric types
Remove erroneous backing fields' generation in root classes
Add TryCast expression for convering to generic types
Comments are now converted
Some preprocessor directives are partially converted #517
You can’t perform that action at this time.