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
The current version of FsPickler referenced by Akka.FSharp is a pre 1.0 release and the latest version is 1.2.21. Between these versions, there has been a rationalisation of the API surface, making the newer FsPickler incompatible with the version Akka.FSharp has been written against. If another package referencing FsPickler (e.g. Vagabond) is installed alongside Akka.FSharp, NuGet will update FsPickler to the newer, incompatible version. This results in a MissingMethodException at runtime when Akka.FSharp attempts to call one of the removed overloads of Serialize.
I will follow this with a PR 🚀
The text was updated successfully, but these errors were encountered:
Hi!
The current version of FsPickler referenced by Akka.FSharp is a pre 1.0 release and the latest version is 1.2.21. Between these versions, there has been a rationalisation of the API surface, making the newer FsPickler incompatible with the version Akka.FSharp has been written against. If another package referencing FsPickler (e.g. Vagabond) is installed alongside Akka.FSharp, NuGet will update FsPickler to the newer, incompatible version. This results in a
MissingMethodException
at runtime when Akka.FSharp attempts to call one of the removed overloads ofSerialize
.I will follow this with a PR 🚀
The text was updated successfully, but these errors were encountered: