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 gets as far as ILGen (failing there for DynamicMethod emit due to a limitation in System.Reflection.Emit that's tracked to be lifted at some point, see https://github.com/dotnet/corefx/issues/3838). The culprit is the lack of recursion into the Filter child node of CatchBlock in VariableBinder.
The text was updated successfully, but these errors were encountered:
Repro:
This gets as far as
ILGen
(failing there for DynamicMethod emit due to a limitation in System.Reflection.Emit that's tracked to be lifted at some point, see https://github.com/dotnet/corefx/issues/3838). The culprit is the lack of recursion into theFilter
child node ofCatchBlock
inVariableBinder
.The text was updated successfully, but these errors were encountered: