-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated property selectors to handle nullable types
The code changes involve updating the property selectors in the Observable class to handle nullable types. This includes modifying the function signatures and return types of ObservePropertyChanged and ObservePropertyChanging methods. Additionally, new test cases have been added to validate these changes, ensuring that properties can be observed correctly even when they are null or their values change.
- Loading branch information
1 parent
646e94f
commit 423b2f5
Showing
2 changed files
with
265 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters