IDE0058 and null propagation - Inconsistent, request fix. #80765
Replies: 1 comment
-
|
Converted to #80766. |
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.
-
For null conditional assignments, I'd like it to NOT produce IDE0058 - the same as normal assignments.
I have IDE0058 set to make a warning so as to avoid missed data from method returns. But I don't want to have to "handle" the data from a null conditional assignment. And, I notice that normal assignments don't produce this message even though they also have a form of data return from the expression.
Beta Was this translation helpful? Give feedback.
All reactions