View on GitHub

Arnolyzer

Clean-code Roslyn-based analyzer for C# 6

Arnolyzer on nuget

AA1301 - Variables Should Be Assigned Once Only

Report code: AA1301-VariablesShouldBeAssignedOnceOnly

Summary

Status Planned for a future release
Description Variables should be treated as immutable and only assigned to once
Category Immutability Analyzers
Enabled by default: Yes
Severity: Error

Cause

How to fix violations

Not yet implemented.

How to suppress violations

Not yet implemented.