CRR0046 - Redundant field initialization
This analyzer identifies redundant field initialization values, which can be removed to improve code readability.
To fix the issue, remove the field’s redundant default value:
Call the Remove Redundant Assignment refactoring to remove the redundant field initialization.