7 lines
169 B
INI
7 lines
169 B
INI
|
[*.cs]
|
||
|
|
||
|
# CA1822: Mark members as static
|
||
|
dotnet_diagnostic.CA1822.severity = none
|
||
|
|
||
|
# IDE0290: Use primary constructor
|
||
|
csharp_style_prefer_primary_constructors = false
|