[Closed] Possible new converter to check for null #305
Closed
IeuanWalker
started this conversation in
New Feature Discussions
Replies: 2 comments 1 reply
-
Thanks @IeuanWalker! This was one of the scenarios that we were concerned about breaking when re-implementing I think If you're able to open a New Feature Proposal for this I'd be happy to Champion it and bring it up for a vote/approval in our next standup 💯: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed as completed #306 |
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.
-
Before this change #289 I was using the converter to check if
double?
was null, but due to that change, the converter now throws anInvalidCastException
if it's not astring
.So I propose we create some new converters to cover the old behaviour
IsNullConverter
&IsNotNullConverter
Beta Was this translation helpful? Give feedback.
All reactions