View on GitHub

Arnolyzer

Clean-code Roslyn-based analyzer for C# 6

Arnolyzer on nuget

AA1201 - Avoid Using Static Properties

Report code: AA1201-AvoidUsingStaticProperties

Summary

Status Planned for a future release
Description Static properties 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.