Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Dmitry Lomov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
5.0.1612.107  
Build
787
Fixed in build
903
  • Submitted by   Nathan Alden
    21 months ago (01 May 2008 08:55)
  • Updated by Nathan Alden
    19 months ago (30 Jun 2008 20:31)
  • Jira: RSRP-67002
    (history, comments)

RSRP-67002

ReSharper improperly suggests removing type argument specification

0
Added by <no user>
08 Feb 2010
1.png   (20 KB)

Occurs in 4.0.787.24 EAP

ReSharper improperly suggests removing a type argument specification on a generic method. A compiler error results after the removal is performed.

Method signature:

public static void ValidateComparable<T>(T? value, bool allowNull, T? minimumValue, T? maximumValue) where T : struct, IComparable<T>

Usage:

int? Id = 1;
ValidationUtility.ValidateComparable<int>(Id, true, 1, null);

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments