Open patcout26 opened 4 years ago
The code is compatible with .NET Core 3 just fine (I'm using it).
It's possible that the upgrade from 2.1 to 3.1 caused changes in your input types. NetSerializer doesn't try to maintain any compatibility except with except type matches. Is Serializer.GetSHA256()
returning the same string?
I have a binary file that i able do deserialize in a .net core 2.1 project but not in the 3.1 dot net core project ... It's your nuget is compatible with .dot core 3. ???