Skip to content

Commit

Permalink
Show all unsupported operators
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurvdv committed Jan 8, 2024
1 parent abaac43 commit ea9ffc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Design/Rule0050SetFilterOperatorCharInFilterExpression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ private void CheckParameter(IOperation operand, ref IInvocationExpression operat
Diagnostic.Create(
DiagnosticDescriptors.Rule0050SetFilterOperatorCharInFilterExpression,
operation.Syntax.GetLocation(), new object[] { unsupportedOperator }));
break;
}
}
}
Expand Down

0 comments on commit ea9ffc5

Please sign in to comment.