Nullable properties won't fire a change if you set the value to null from unitialized state
Open
bug
- Dominant language
- C#
- Stars
- 417
- Forks
- 62
- Avg merge
- 9h 15m
- Merged PRs (30d)
- 7
Description
Don't know if it is by design, but I was quite surprised to discover this. I have a property with nullable int. I'm doing AdviseOnce on the backend and set the same property to null on the frontend, expecting advise to trigger, but it doesn't.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.