Skip to content

VB -> C# resource fixes

Compare
Choose a tag to compare
@GrahamTheCoder GrahamTheCoder released this 20 Mar 09:43
· 1480 commits to master since this release

VB -> C#

  • Avoid extra newlines in doc comments #334
  • Avoid duplicate generated constructors #543
  • Comparisons of value/generic types to Nothing now convert to the correct corresponding C# 8 operator
  • Resources are now correctly namespaced after conversion #540
  • LangVersion is now set to "Latest" in csproj e87fef11
  • Improve Winforms designer event experience after conversion #547
  • Don't output solution conversion for in-memory solution file
  • Empty files are no longer skipped #423
  • Specify type suffix for decimal and float literals containing decimal point #548