mirror of
https://github.com/Ryubing/RyujinxHelper.git
synced 2025-04-08 13:00:40 -04:00
7 lines
131 B
INI
7 lines
131 B
INI
# CA1031: Do not catch general exception types
|
|
|
|
|
|
[*.cs]
|
|
|
|
# IDE0008: Use explicit type
|
|
dotnet_diagnostic.IDE0008.severity = none
|