EAP 5 - regarding RSRP-126639
Hi,
Thanks for fixing the aspx issue in build 1524.
However I see that the part of the cs code still give a wrong suggestion:
DataTable rotatorData = new DataTable();
rotatorData.Columns.Add("Name");
rotatorData.Rows.Add(new string[]{"Item1"});
ReSharper say that 'string' is reduntant type specification, but the code
does not compile if 'string' is removed as suggested.
John
Please sign in to leave a comment.