We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug in line:
BBT.Maybe/src/BBT.MaybePattern/MaybeStruct.cs
Line 37 in e522491
The text was updated successfully, but these errors were encountered:
(bbtsoftwareGH-81) fixed issue with deserialization of MaybeStruct no…
df667d9
…ne case.
0a4a5cc
4afaf4f
753255d
Merge pull request #83 from stefan-lindegger/feature/GH-81
005393c
(GH-81) Fixed issue with deserialization of MaybeStruct none case.
Successfully merging a pull request may close this issue.
Bug in line:
BBT.Maybe/src/BBT.MaybePattern/MaybeStruct.cs
Line 37 in e522491
SerializationInfo value is casted into T instead of T?.
The text was updated successfully, but these errors were encountered: