RegisterProperty should support Nullable for lamda expression. #4835
hoangcuongvn
started this conversation in
Ideas
Replies: 1 comment
-
|
@StefanOssendorf , thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Actually the RegisterProperty for lamda expression is like below:
It should be like below:
Therefore we can declare nullable properties like below without warning:
Beta Was this translation helpful? Give feedback.
All reactions