選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.editorconfig 100 B

12345
  1. [*.cs]
  2. # CA1031: Do not catch general exception types
  3. dotnet_diagnostic.CA1031.severity = none