You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was experimenting with ReactiveUI WhenAnyValue() and found that when you use WhenAnyValue on a property of a nullable object, if the object is a some point null, the output property does not update.
Expected behavior :
I thought that output property would be null after my nullable object was set to null.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was experimenting with ReactiveUI WhenAnyValue() and found that when you use WhenAnyValue on a property of a nullable object, if the object is a some point null, the output property does not update.
Expected behavior :
I thought that output property would be null after my nullable object was set to null.
Code to reproduce :
Code.md
the commented line gives what I expect.
Please tell me if it's something expected or not.
Beta Was this translation helpful? Give feedback.
All reactions