Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information