Files
PCL2/Plain Craft Launcher 2/GlobalSuppressions.vb

13 lines
771 B
VB.net
Raw Permalink Normal View History

1989-06-04 00:00:05 +09:00
' This file is used by Code Analysis to maintain SuppressMessage
' attributes that are applied to this project.
' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc.
Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage("样式", "IDE0060:删除未使用的参数", Justification:="<挂起>")>
<Assembly: SuppressMessage("样式", "IDE0058:永远不会使用表达式值", Justification:="<挂起>")>
<Assembly: SuppressMessage("样式", "IDE0044:添加只读修饰符", Justification:="<挂起>")>
<Assembly: SuppressMessage("样式", "IDE1006:命名样式", Justification:="<挂起>")>
<Assembly: SuppressMessage("样式", "IDE0010:添加开关", Justification:="<挂起>")>