Skip to content
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

Dot net core 3.1 deserialization problem #74

Open
patcout26 opened this issue Feb 29, 2020 · 1 comment
Open

Dot net core 3.1 deserialization problem #74

patcout26 opened this issue Feb 29, 2020 · 1 comment

Comments

@patcout26
Copy link

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
Copy link
Contributor

PJB3005 commented Jul 30, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants