CodeConverter icon indicating copy to clipboard operation
CodeConverter copied to clipboard

Some flags not set in solution

Open KunzeAndreas opened this issue 2 years ago • 1 comments

in c# some flags are not converted (found in VB under properties / tab "Compile" / "Advanced Compile Options...")

image

properties / tab "Build"

  • Define DEBUG constant
  • Define TRACE constant

image

properties / tab "Build" / button "Advanced..."

  • Check for arithmetic overflow (VB: Remove integer overflow checks is not set)

image

Details

  • Product in use: VS extension
  • Version in use: 8.4.1.0
  • Did you see it working in a previous version, which? No

KunzeAndreas avatar Oct 21 '21 12:10 KunzeAndreas

Some advice here on implementing a fix: https://github.com/icsharpcode/CodeConverter/issues/801#issuecomment-995782659

GrahamTheCoder avatar Dec 16 '21 13:12 GrahamTheCoder