-
Notifications
You must be signed in to change notification settings - Fork 50
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
Good news for read (unpickle) old .net version pickled data #129
Comments
.NET 7 & 9 Version FsPickler |
Still in progress to try to resolve |
I found a way to overcome this:
ps. This assume that you could build the same project with different assembly name Everything works like a charm now!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using a library built in .NET 9 and trying to unpickle pickle file which produced in .NET 7 library. And I use System.Runtime.Loader.AssemblyLoadContext.Default.LoadFromAssemblyPath to load the .NET 7 version library and then everything is fine now.
The text was updated successfully, but these errors were encountered: