Reporter | T (thymin) |
---|---|
Created | May 12, 2015 3:42:43 PM |
Updated | Apr 23, 2018 12:47:20 PM |
Subsystem | Code Analysis - Annotations |
Assignee | Ivan Serduk (IvanSerduk) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
Code:
System.Web.HttpUtility.HtmlEncode((string)null)
The first parameter can be null but is marked NotNull. That's a bug.
System.Web.HttpUtility.HtmlEncode((string)null)
The first parameter can be null but is marked NotNull. That's a bug.