13 lines
771 B
VB.net
13 lines
771 B
VB.net
' 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:="<挂起>")>
|