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

Fix nullable enum roundtrip #600

Merged
merged 2 commits into from Apr 9, 2021
Merged

Fix nullable enum roundtrip #600

merged 2 commits into from Apr 9, 2021

Conversation

pensono
Copy link
Contributor

@pensono pensono commented Apr 3, 2021

This should fix #544. I'm not 100% sure because the issue does not have a clear repro.

Regardless, this does fix a bug with deserialization of nullable enums.

@pensono
Copy link
Contributor Author

pensono commented Apr 3, 2021

The appveyor build seems to have failed because it couldn't find a docker image.

Unable to find image 'aaubry/mono-aot:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: EOF.

@aaubry
Copy link
Owner

aaubry commented Apr 9, 2021

This looks fine. I don't know why the build failed, but I have restarted it and it should succeed now.

@aaubry aaubry merged commit fedcbea into aaubry:master Apr 9, 2021
@aaubry
Copy link
Owner

aaubry commented Apr 9, 2021

This feature has been released in version 11.1.1.

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

Successfully merging this pull request may close these issues.

Exception during deserialization of nullable enum >= YamlDotNet v9.1.0
2 participants