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

Make setting CurrentValue to null actually set the property to null #8978

Merged
merged 1 commit into from
Jun 27, 2017

Conversation

ajcvickers
Copy link
Contributor

Issue #7920

Previously we were not setting the property to null if it was marked as required--we were instead setting conceptual null. But when the CLR type is nullable, we don't need conceptual nulls, so just set the property to null.

Issue #7920

Previously we were not setting the property to null if it was marked as required--we were instead setting conceptual null. But when the CLR type is nullable, we don't need conceptual nulls, so just set the property to null.
@ajcvickers ajcvickers force-pushed the ConceptualBulls0626 branch from e55dc33 to 23c4dc5 Compare June 27, 2017 15:37
@ajcvickers ajcvickers merged commit 23c4dc5 into dev Jun 27, 2017
@bricelam bricelam deleted the ConceptualBulls0626 branch June 27, 2017 15:59
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.

3 participants