You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the stylecop analyzers 1.1.18, also tried with newest 1.2.0 betas...
I get SA1008 triggered unnecessarily for this:
return b is (>= 0 and <= 31) or 127;
The problem is between the is and left paren of course, it requests me to remove a space that the vs formatter adds. Also I guess space actually should be there.
The text was updated successfully, but these errors were encountered:
I am using the stylecop analyzers 1.1.18, also tried with newest 1.2.0 betas...
I get SA1008 triggered unnecessarily for this:
The problem is between the
is
and left paren of course, it requests me to remove a space that the vs formatter adds. Also I guess space actually should be there.The text was updated successfully, but these errors were encountered: