-
Given let c () = task {
printfn "yup"
} I can see the state machine struct in Sharplab, but dnSpy, ILSpy (and I think dotPeek too, last I checked) refuse to show it. It's clickable, but nothing happens, and I can't find the struct anywhere in the assembly explorer panel either. Any clue what's going on? Is it a problem with assembly metadata? |
Beta Was this translation helpful? Give feedback.
Answered by
kerams
Dec 11, 2022
Replies: 1 comment 1 reply
-
Turns out there's a checkbox that needs to be ticked. In dnSpyEx it's |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kerams
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out there's a checkbox that needs to be ticked. In dnSpyEx it's
Options->Decompiler->Show hidden compiler generated types and methods
.