-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FS3186: An error occurred while reading the F# metadata node at position X in table 'itypars' of assembly .... The node had no matching declaration #592
Comments
Thanks for the report and the repro code. That warning was added in 4.0 as a mitigation for #362, and points to invalid F# metadata generation. The assumption was that only earlier versions of F# were generating bad metadata this way. Will need to investigate how 4.0 is doing this, too. Since this is only a warning, you can workaround in the meantime with |
The reference of this issue to #632 is no longer valid. FYI @KevinRansom , @kbattocchi |
I investigated this. The warning is benign, you can add a |
Closing as this was fixed by the commit above |
After Visual Studio 15.7 update I get similar kind of
|
(With F#4)
If I compile an assembly with the following code:
Then referencing the assembly from another assembly produces the following build error:
The text was updated successfully, but these errors were encountered: