forked from nikita/muzika-gromche
6 lines
223 B
INI
6 lines
223 B
INI
|
|
[*.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
|