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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
In a method that has a local function within it, adding a precondition will lead to the rewrite tool to mess up compile generated class used by the local function.
Here is the IL of the method when compiled with no precondition
In a method that has a local function within it, adding a precondition will lead to the rewrite tool to mess up compile generated class used by the local function.
Here is the IL of the method when compiled with no precondition
And here it is with a precondition
Note that <>c__DisplayClass41_ had its fields not filled correctly in the second version
The text was updated successfully, but these errors were encountered: