View on GitHub

Arnolyzer

Clean-code Roslyn-based analyzer for C# 6

Arnolyzer on nuget

AA1300 - Parameters Should Not Be Modified

Report code: AA1300-ParametersShouldNotBeModified

Summary

Status Planned for a future release
Description Parameters should be treated as immutable and not used as a mutable variables
Category Immutability Analyzers
Enabled by default: Yes
Severity: Error

Cause

How to fix violations

Not yet implemented.

How to suppress violations

Not yet implemented.