FsPickler
FsPickler copied to clipboard
Good news for read (unpickle) old .net version pickled data
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.