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
This is related to #2267. If you decompile the project using at least C# 7.0, discard assignments are used and the code is compilable. There is one more bug in the DeclareVariables logic, which makes it generate a simple name without all the additional checks present in AssignVariableNames.
Thank you for you time/analsys and reply!
For some reason older C#5.0 is a must for that kind of stuff..
anyway, this is easy nut, so no big worries
Feel free to close this issue
Input code
orig code:
ILSpy code:
as you see 2nd (rightmost) part is missing this.
Details
The text was updated successfully, but these errors were encountered: