暫無描述
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.

1234567
  1. [*.vb]
  2. # BC42104: 變數在獲派值之前就已使用
  3. dotnet_diagnostic.BC42104.severity = none
  4. # BC42353: 函式在所有程式碼路徑上皆不會傳回值
  5. dotnet_diagnostic.BC42353.severity = silent