icsharpcode / CodeConverter

Convert code from C# to VB.NET and vice versa using Roslyn
https://icsharpcode.github.io/CodeConverter/
MIT License
840 stars 218 forks source link

Some flags not set in solution #777

Open KunzeAndreas opened 3 years ago

KunzeAndreas commented 3 years ago

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

image

properties / tab "Build"

image

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

image

Details

GrahamTheCoder commented 2 years ago

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