Skip to main content
Source: AL0001ProhibitPrimaryConstructorParameterReassignmentAnalyzer.cs

Description

Primary constructor parameters should not be reassigned as this can lead to confusion and bugs.

Bad Code

Good Code

Properties

  • Category: Design
  • Severity: Error
  • Enabled by default: True
  • Code fix available: False

Configuration