forked from bippity/AdvancedWarpplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalSuppressions.cs
More file actions
9 lines (7 loc) · 810 Bytes
/
GlobalSuppressions.cs
File metadata and controls
9 lines (7 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
// 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.
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("CodeQuality", "IDE0052:Remove unread private members", Justification = "<Pending>", Scope = "member", Target = "~F:AdvancedWarpplates.WarpplatePlugin.LastCheck")]
[assembly: SuppressMessage("Style", "IDE0060:Remove unused parameter", Justification = "<Pending>", Scope = "member", Target = "~M:AdvancedWarpplates.Warpplate.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Rectangle,System.String,System.String,System.Boolean,System.String,System.String,System.Int32)")]