-
-
Notifications
You must be signed in to change notification settings - Fork 484
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
Nullable structs processing #360
Labels
Comments
WojciechNagorski
added a commit
to WojciechNagorski/YamlDotNet
that referenced
this issue
Oct 26, 2018
I'm also running into this issue. Any advice @aaubry ? |
EliahKagan
added a commit
to EliahKagan/VidDraw
that referenced
this issue
May 30, 2021
The problem seems to be with nullable value type deserialization, due to aaubry/YamlDotNet#360. See yaml-nullable-scratch.linq.
pensono
added a commit
to pensono/YamlDotNet
that referenced
this issue
Jun 28, 2021
A fix for this issue has been released in version 11.2.1. |
Closed
Since there was a fix released for this a long time ago I am closing it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I have an issue with YamlDotNet and dont understand how to resolve it.
The code is:
This code is throwing exception:
SerializationException: Property 'Value' not found on type 'System.Nullable`1[[SomeStruct]]
Is there any workaround for parsing such structure?
Thanks!
The text was updated successfully, but these errors were encountered: