Replies: 1 comment 4 replies
-
You don't need an await for this to happen either. After running any code, values may now be null again. However, this would lead to far too many false positives. So nrt uses heuristics to balance giving true positives while avoiding lots of false positives. This does mean that sometimes you won't get a warning. |
Beta Was this translation helpful? Give feedback.
4 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.
-
obviously after an await, every nullable member should be possibly null again.
Beta Was this translation helpful? Give feedback.
All reactions