Skip to content

8.1.7

Compare
Choose a tag to compare
@GrahamTheCoder GrahamTheCoder released this 16 Aug 10:41
· 1153 commits to master since this release

[8.1.7] - 2020-08-16

  • Timeout cosmetic operations (formatting/comments) after 15 minutes of inactivity #598

Vsix

  • Options page to adjust timeout

VB -> C#

  • Convert parameterized properties with optional parameters #597
  • Convert bitwise negation #599
  • No longer adds incorrect "base" qualification for virtual method calls #600
  • Don't generate unnecessary properties for WithEvents fields #572
  • Add type conversion where needed for externally declared loop control variable #609
  • Convert string operators in common cases #608
  • Type convert parameterized property in assignment #610

C# -> VB

[8.1.6] - 2020-07-12

Vsix

  • Fix file extension and location of single converted file #589

VB -> C#

  • Correct logic for conversion "objectWithOverloadedEquals Is Nothing" #591
  • Coercing enum to a string now correctly uses its numeric value #590
  • Correct conversion for equality of overloaded types #594
  • Correct conversion when for loop variable is a class member #601
  • Correct conversion when for loop "To" expression is a boolean #602

C# -> VB