You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However if I upgrade to 1.4.13 the generated code drops the if, this happens completely silently without compiler failures so an unknown amount of code is affected by this problem. As a result I cannot upgrade the NuGet for my project because it's too dangerous. This issue is similar to #45, but is different because the #if SYNC_ONLY doesn't touch the if keyword directly, and it wasn't present in the versions before 1.4.13
publicvoidFoo(){stringa="";intb=0;_=a+b;}
The text was updated successfully, but these errors were encountered:
I have the following code using version 1.4.11, it generates the code as I expect it to
However if I upgrade to 1.4.13 the generated code drops the if, this happens completely silently without compiler failures so an unknown amount of code is affected by this problem. As a result I cannot upgrade the NuGet for my project because it's too dangerous. This issue is similar to #45, but is different because the #if SYNC_ONLY doesn't touch the if keyword directly, and it wasn't present in the versions before 1.4.13
The text was updated successfully, but these errors were encountered: