Skip to content

Fix for Nullable partial OAPH properties #199

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

Merged
merged 5 commits into from
Mar 16, 2025
Merged

Fix for Nullable partial OAPH properties #199

merged 5 commits into from
Mar 16, 2025

Conversation

ChrisPulman
Copy link
Member

@ChrisPulman ChrisPulman commented Feb 28, 2025

What kind of change does this PR introduce?

fix for #197

What is the current behavior?

#197

What is the new behavior?

This pull request includes several changes to the ReactiveUI.SourceGenerators project, focusing on improving the handling of observable properties and enhancing the test view models. The most important changes include modifying property getters, adding new properties and attributes, and updating the test view models.

Improvements to property getters:

Enhancements to test view models:

Documentation improvements:

Nullable partial properties with ObservableAsProperty are not updated with null value
Adds check for partial properties to allow a null value after a value

What might this PR break?

Code is corrected for output, which may have lead to incorrect current value.

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

@glennawatson glennawatson merged commit d0eb22b into main Mar 16, 2025
1 of 2 checks passed
@glennawatson glennawatson deleted the CP_FixFor197 branch March 16, 2025 01:27
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants