[*.cs] # IDE0290: Use primary constructor # Primary constructors are far from perfect: they can't have readonly fields, while fields can be used anywhere in the class body. csharp_style_prefer_primary_constructors = false