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 |
- [*.vb]
-
- # BC42104: 變數在獲派值之前就已使用
- dotnet_diagnostic.BC42104.severity = none
-
- # BC42353: 函式在所有程式碼路徑上皆不會傳回值
- dotnet_diagnostic.BC42353.severity = silent
|