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
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. ???
The text was updated successfully, but these errors were encountered:
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. ???
The text was updated successfully, but these errors were encountered: