|
4 | 4 | // Project-level suppressions either have no target or are given |
5 | 5 | // a specific target and scoped to a namespace, type, member, etc. |
6 | 6 |
|
7 | | -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1812:Avoid uninstantiated internal classes", Justification = "<Pending>", Scope = "type", Target = "~T:OXGaming.TibiaAPI.Network.LoginData")] |
8 | | -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1812:Avoid uninstantiated internal classes", Justification = "<Pending>", Scope = "type", Target = "~T:OXGaming.TibiaAPI.Network.Session")] |
9 | | -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1812:Avoid uninstantiated internal classes", Justification = "<Pending>", Scope = "type", Target = "~T:OXGaming.TibiaAPI.Network.PlayData")] |
10 | | -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1812:Avoid uninstantiated internal classes", Justification = "<Pending>", Scope = "type", Target = "~T:OXGaming.TibiaAPI.Network.World")] |
11 | | -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1812:Avoid uninstantiated internal classes", Justification = "<Pending>", Scope = "type", Target = "~T:OXGaming.TibiaAPI.Network.Character")] |
12 | 7 | [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1716:Identifiers should not match keywords", Justification = "<Pending>", Scope = "type", Target = "~T:OXGaming.TibiaAPI.Network.ClientPackets.Stop")] |
13 | 8 | [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Globalization", "CA1305:Specify IFormatProvider", Justification = "<Pending>", Scope = "member", Target = "~M:OXGaming.TibiaAPI.Network.Communication.ParseClientMessage(OXGaming.TibiaAPI.Client,OXGaming.TibiaAPI.Network.NetworkMessage,OXGaming.TibiaAPI.Network.NetworkMessage)")] |
14 | 9 | [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1056:Uri properties should not be strings", Justification = "<Pending>", Scope = "member", Target = "~P:OXGaming.TibiaAPI.Network.ServerPackets.LoginSuccess.StoreBaseUrl")] |
|
0 commit comments