You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
300 B

  1. [*.cs]
  2. # CS3019: CLS 遵从性检查在此程序集外部不可见,因此不会执行它
  3. dotnet_diagnostic.CS3019.severity = none
  4. # CS0414: 字段已被赋值,但从未使用过它的值
  5. dotnet_diagnostic.CS0414.severity = none
  6. # CS0612: 已过时
  7. dotnet_diagnostic.CS0612.severity = none