View on GitHub

Arnolyzer

Clean-code Roslyn-based analyzer for C# 6

Arnolyzer on nuget

AA1200 - Avoid Using Static Fields

Report code: AA1200-AvoidUsingStaticFields

Summary

Status Planned for a future release
Description Static fields introduce global state and so should be avoided
Category Global State Analyzers
Enabled by default: Yes
Severity: Error

Cause

How to fix violations

Not yet implemented.

How to suppress violations

Not yet implemented.