mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
12 lines
314 B
INI
12 lines
314 B
INI
[*.cs]
|
|
|
|
# CS1570: XML 注释出现 XML 格式错误
|
|
dotnet_diagnostic.CS1570.severity = none
|
|
|
|
# CS1591: 缺少对公共可见类型或成员的 XML 注释
|
|
dotnet_diagnostic.CS1591.severity = suggestion
|
|
|
|
# 新行首选项
|
|
csharp_new_line_before_open_brace =methods,types,control_blocks
|
|
insert_final_newline=true
|