-
Notifications
You must be signed in to change notification settings - Fork 798
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
Error reading metadata #631
Labels
Comments
FWIW this commit into F# 4.0 changed a debug-mode assertion into a warning e5cdef9#diff-c357695ff5c54532cf4bebc7af8ac2aa The warning can be safely ignored for now but the extra information you've given will help us fix the underlying problem. |
Fixed by #674 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possible related to this similar issue
Here's a small reproduction:
. Create a new library project
. Paste this code:
. Compile, then reference the dll
This was working fine before, in all F# versions, even in a beta (or may be it was a pre-release) version of F# 4.0 I tested some months ago was working fine, but now it doesn't and I have a project that is throwing many warnings like this when used from another project. Still they work fine but apart from the warnings the compile time increased, probably related to this.
The text was updated successfully, but these errors were encountered: