Reporter | Duncan Kimpton (dgkimpton) |
---|---|
Created | Dec 29, 2011 12:50:37 PM |
Updated | Feb 17, 2012 11:13:43 PM |
Resolved | Feb 17, 2012 4:46:20 PM |
Priority | Normal |
Type | Bug |
Fix versions | Next |
State | Fixed |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | Code Analysis |
Affected versions | 6.1 |
Fixed in build | 6.5.1.4627 |
if I use string.Empty it is marked by Resharper as a possible null reference exception.
If I use String.Empty it correctly detects that it can't be null.
If I use String.Empty it correctly detects that it can't be null.