-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathGlobalSuppressions.cs
More file actions
23 lines (21 loc) · 3.06 KB
/
GlobalSuppressions.cs
File metadata and controls
23 lines (21 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.background")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.foreground")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.os")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.icon")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.ecodes")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.font")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.highlight_bg")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.highlight_fg")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.titles")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.texts")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.progression")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.codefiles")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.bools")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.ints")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Backwards compatibility", Scope = "member", Target = "~P:SimulatorDatabase.BlueScreen.strings")]
[assembly: SuppressMessage("Style", "IDE0060:Remove unused parameter", Justification = "Consistency", Scope = "member", Target = "~M:UltimateBlueScreenSimulator.Verifile.Verikey(System.String[])~System.Boolean")]