Reporter | Jesse Plamondon-Willard (Jesse.Plamondon-Willard) |
---|---|
Created | Jan 10, 2012 9:01:50 PM |
Updated | Jan 10, 2012 9:01:50 PM |
Priority | Normal |
Type | Feature |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | Code Analysis |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Add an external annotation for methods that check for null values:
We have several such extensions in our project, so ReSharper incorrectly reports many possible null references.
[NullCheckMethod("list")] public static bool IsNullOrEmpty<T>(this IEnumerable<T> list)
We have several such extensions in our project, so ReSharper incorrectly reports many possible null references.