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
When inside the lock statement body, changing from new C to new Lock or vice versa likely executes wrong unlocking code now (and probably crashes because the synthesized variables are not mapped correctly).
We should update EnC analyzer in the IDE to prohibit changes to the type of the lock expression around an active statement.
The text was updated successfully, but these errors were encountered:
When inside the lock statement body, changing from
new C
tonew Lock
or vice versa likely executes wrong unlocking code now (and probably crashes because the synthesized variables are not mapped correctly).We should update EnC analyzer in the IDE to prohibit changes to the type of the lock expression around an active statement.
The text was updated successfully, but these errors were encountered: