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
Work around F# ildasm/ilasm round-trip test failure
An F# compiler change caused significant generated IL change and
an ildasm/ilasm round-trip test failure. Adding
`<RealSig>false</RealSig>` reverts to the previous F# codegen
and fixes the problem.
Tracking: dotnet#106601
0 commit comments