RefactoringEssentials
RefactoringEssentials copied to clipboard
RECS0135 doesn't recognize recursion in arrow expression clauses
Example:
class A
{
public int TestProperty => TestProperty;
}
This should have fired RECS0135, but it doesn't handle ArrowExpressionClauses properly.