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
@nicholassuter and @TimSirmovics: Which version of StyleCop.Analyzers produced this result? I've tried the provided examples with version 1.1.0-beta004 and that is working as intended, not producing any warnings.
This statement generates a violation of SA1119
The proposed fix is
This generates a CS0023 (Operator '!' cannot be applied to operand of type 'object') compiler error.
The workaround is disabling this rule (or not using the StyleCop analyzer...)
The text was updated successfully, but these errors were encountered: