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

Repro for a bug with null assignment #1706

Merged
merged 2 commits into from
Oct 7, 2023
Merged

Conversation

tomasherceg
Copy link
Member

I've found a bug, probably in the binding parser - NullableProperty = null doesn't work as expected - instead of assigning null to the property, it assigns the default value for its unwrapped type.

Repro sample is here: /FeatureSamples/ViewModelDeserialization/PropertyNullAssignment

@exyi exyi force-pushed the fix/nullable-command-change branch from e9f5ff6 to 4ec49ac Compare October 1, 2023 15:57
@exyi exyi force-pushed the fix/nullable-command-change branch from 4ec49ac to 7edbc96 Compare October 5, 2023 06:57
@tomasherceg tomasherceg merged commit 1431976 into main Oct 7, 2023
14 checks passed
@tomasherceg tomasherceg deleted the fix/nullable-command-change branch October 7, 2023 08:09
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.

2 participants