View on GitHub

Arnolyzer

Clean-code Roslyn-based analyzer for C# 6

Arnolyzer on nuget

AA2101 - Method Too Long

Report code: AA2101-MethodTooLong

Summary

Status Planned for a future release
Description A long method is likely to break the single responsibility principle by carrying out unrelated activity
Category Single Responsibilty Analyzers
Enabled by default: Yes
Severity: Error

Cause

How to fix violations

Not yet implemented.

How to suppress violations

Not yet implemented.