forked from nikita/muzika-gromche
9 lines
320 B
INI
9 lines
320 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
|
|
|
|
# IDE0305: Simplify collection initialization
|
|
dotnet_style_prefer_collection_expression = never
|