Skip to content

VB resources

Choose a tag to compare

@GrahamTheCoder GrahamTheCoder released this 30 Mar 23:06
· 1470 commits to master since this release
ab57b55

VB -> C#

  • All resx files now moved to project root #551
  • Register event handlers for DesignerGenerated #550
  • Improve qualification with arguments of unknown type #481
  • Omit conversion in string concatenation where possible #508
  • Use ToString for numeric types rather than Conversions.ToString
  • Convert optional ref parameters - fixes #91
  • Always convert Call statement to method call #445
  • Avoid compilation errors when converting const Dates #213
  • Evaluate simple compile time conversions within const declarations