-
|
Example I already made sure Value is not null but I still get a warning. Using JetBrains Rider |
Beta Was this translation helpful? Give feedback.
Answered by
eNeRGy164
Nov 14, 2024
Replies: 1 comment
-
|
This is a valid case for the ! (null-forgiving) operator You can change it into |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dennisdoomen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This is a valid case for the ! (null-forgiving) operator
You can change it into
result.Value!as you already know it is notnull