What are the new features and fixes to version 1.4 of C-Sharpener For VB?
Version 1.4 is a minor version upgrade that includes the following: • Added option to automatically convert non-default properties to with parameters to get and set methods. • Added support to convert On Error Goto to Try/Catch statement. • Added temp variables for calls to methods that have properties as parameters when the method parameters are ref or out. • Added return statements for code paths that don’t return a value. • Added fully qualified names to method calls when necessary. • Added automatic adjustment of CLSCompliant attribute to false. • Improved default initialization when multiple variables are declared in one statement. • Improved handling of very long string concatenation expressions. • Fixed assignment of default values to value types. • Fixed type conversion when assigning to a constant declaration. • Fixed use of class name with static methods and properties. • Fixed use of ref and out in indexers. • Fixed array conversion.