mbraceproject / FsPickler

A fast multi-format message serializer for .NET
http://mbraceproject.github.io/FsPickler/
MIT License
323 stars 54 forks source link

VSStudio on MacOS has a problem with the nuget package #121

Closed thomasd3 closed 3 years ago

thomasd3 commented 3 years ago

I have a project that includes the nuget package.

With Rider, everything works well, but with VSStudio MacOS I get this:

Error FS0229: Error opening binary file '/Users/thomas/.nuget/packages/fspickler/5.3.2/lib/netstandard2.0/FsPickler.dll': Error reading/writing metadata for the F# compiled DLL '/Users/thomas/.nuget/packages/fspickler/5.3.2/lib/netstandard2.0/FsPickler.dll'. Was the DLL compiled with an earlier version of the F# compiler? (error: 'lookup_uniq in table istrings out of range, n = 115, sizeof(tab) = 1'). (FS0229) (Common2)

Would it be possible refresh the nuget package to see if it solves the problem?

eiriktsarpalis commented 3 years ago

Duplicate of #120, you need a newer of the F# compiler to consume the latest version.