-
Notifications
You must be signed in to change notification settings - Fork 13
/
GlobalSuppressions.vb
17 lines (16 loc) · 1.38 KB
/
GlobalSuppressions.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'
'
' 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.
'
' To add a suppression to this file, right-click the message in the
' Error List, point to "Suppress Message(s)", and click
' "In Project Suppression File".
' You do not need to add suppressions to this file manually.
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Scope:="member", Target:="Tinker.Bnet.Protocol.Packets+ServerToClient.#.cctor()")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Scope:="member", Target:="Tinker.WC3.Protocol.GameActions.#.cctor()")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Scope:="member", Target:="Tinker.WC3.Protocol.Packets+ClientPackets.#.cctor()")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Scope:="member", Target:="Tinker.WC3.Protocol.Packets+ServerPackets.#.cctor()")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Scope:="member", Target:="Tinker.WC3.Replay.Format.#.cctor()")>