Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.11.1
Description
Properties only assigned in constructors should be marked readonly
ie:
public class MyClass { private readonly bool test; public MyClass(bool test) { _test = test; { }
Attachments
Issue Links
- links to