Skip to content

v5.0.3 for ReSharper 2016.2

Compare
Choose a tag to compare
@citizenmatt citizenmatt released this 09 Sep 08:47
· 2 commits to master since this release

What's New?

  • Stop marking abstract methods too long (#19)

From 5.0.2:

  • Method too long no longer includes method parameters and type parameters when counting number of (variable) declarations (#12)

From 5.0.1:

  • Minor update to resolve installer issue
  • Updated to ReSharper 2016.2
  • Various internal rewrites

Installation

Please install from the Extension Manager (ReSharper → Extension Manager)

Previously

  • Warning if a method contains too many nested blocks
  • Warning if a method name is too short to be meaningful
  • Warning if an expression is breaking the Law of Demeter
  • Warning if a constructor has too many parameters, indicating too many dependencies
  • Warning if a method has too many arguments
  • Suggestion highlight if class has too many methods
  • Suggestion highlight if method has too many statements

For more details, see the README.md.