tomba / netserializer

Fast(est?) .Net Serializer
Other
271 stars 59 forks source link

Dot net core 3.1 deserialization problem #74

Open patcout26 opened 4 years ago

patcout26 commented 4 years ago

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. ???

PJB3005 commented 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?