ReSharper 2017.2 Help

Code Inspection: Possible 'System.NullReferenceException'

ReSharper analyzes nullability of symbols and issues a warning if it detects access to members on objects that can be null references.

Note that nullability analysis is configurable, meaning that you can define in which situations ReSharper will assume values to be null references.

You can find detailed explanations of how ReSharper detects possible 'null' dereferences in the Value and Nullability Analysis and the Detect possible NullReferenceExceptions topics.

Last modified: 14 December 2017

See Also