Roslynator v1.4.0 Release Notes

Release Date: 2017-05-29 // almost 7 years ago
  • Analyzers

    • ✂ Delete analyzer RCS1054 (MergeLocalDeclarationWithReturnStatement) - Its functionality is incorporated into analyzer RCS1124 (InlineLocalVariable).
    • 0️⃣ Disable analyzer RCS1024 (FormatAccessorList) by default.
    • 0️⃣ Disable analyzer RCS1023 (FormatEmptyBlock) by default.
    • 🚚 Modify analyzer RCS1091 (RemoveEmptyRegion) - Change default severity from Info to Hidden.
    • ⚠ Modify analyzer RCS1157 (CompositeEnumValueContainsUndefinedFlag) - Change default severity from Warning to Info.
    • 🚚 Modify analyzer RCS1032 (RemoveRedundantParentheses) - Exclude following syntaxes from analyzer:
      • AssignmentExpression.Right
      • ForEachExpression.Expression
      • EqualsValueClause.Value

    🔨 Refactorings

    • 🔨 Modify refactoring RR0024 (CheckExpressionForNull) - Do not add empty line.