mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-04 00:56:09 +02:00
11 lines
300 B
INI
11 lines
300 B
INI
[*.cs]
|
|
|
|
# S4457: Parameter validation in "async"/"await" methods should be wrapped
|
|
dotnet_diagnostic.S4457.severity = silent
|
|
|
|
# CA1822: Mark members as static
|
|
dotnet_diagnostic.CA1822.severity = silent
|
|
|
|
# S1172: Unused method parameters should be removed
|
|
dotnet_diagnostic.S1172.severity = silent
|