...
- Improves the general ability to produce accurate, build-complete .NET code (C# and VB.NET) systems from VB6 code (most recently making enhancements needed to upgrade a large insurance application with 26 inter-related VBPs referencing 592 code files containing 575K LOC and 34 third-party-COM components)
- Improves accuracy and readability of certain complex conditional expressions
- Improves default C# coding style to use lightweight object-oriented coding conventions (formerly, this required the "SubSystem=loc" option)
- Improves default VB.NET coding style to favor using VB.NET run-time support rather than extension methods
- Improves handling identifiers containing international characters
...