6 lines
230 B
INI
6 lines
230 B
INI
# don't complain about using the System.Int32 versions instead of int
|
|
dotnet_diagnostic.IDE0049.severity = none
|
|
|
|
# don't complain about accessing a member through nested namespace/classes
|
|
dotnet_diagnostic.IDE0002.severity = none
|