mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 18:51:28 +08:00
8 lines
176 B
INI
8 lines
176 B
INI
[*.cs]
|
|
|
|
# CA1848: 使用 LoggerMessage 委托
|
|
dotnet_diagnostic.CA1848.severity = none
|
|
|
|
# CA2254: 模板应为静态表达式
|
|
dotnet_diagnostic.CA2254.severity = suggestion
|