Skip to content

Commit 3907a52

Browse files
committed
Supress messages
1 parent f1e8f79 commit 3907a52

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// This file is used by Code Analysis to maintain SuppressMessage
2+
// attributes that are applied to this project.
3+
// Project-level suppressions either have no target or are given
4+
// a specific target and scoped to a namespace, type, member, etc.
5+
6+
using System.Diagnostics.CodeAnalysis;
7+
8+
[assembly: SuppressMessage("CodeQuality", "IDE0052:Remove unread private members", Justification = "GUI element", Scope = "member", Target = "~F:RegexFileSearcher.MainForm.btnSelectAll")]
9+
[assembly: SuppressMessage("CodeQuality", "IDE0052:Remove unread private members", Justification = "GUI element", Scope = "member", Target = "~F:RegexFileSearcher.MainForm.btnSelectNone")]
10+
[assembly: SuppressMessage("CodeQuality", "IDE0052:Remove unread private members", Justification = "GUI element", Scope = "member", Target = "~F:RegexFileSearcher.MainForm.btnInvertSelection")]
11+
[assembly: SuppressMessage("CodeQuality", "IDE0052:Remove unread private members", Justification = "GUI element", Scope = "member", Target = "~F:RegexFileSearcher.MainForm.btnOpenSelected")]
12+
[assembly: SuppressMessage("Style", "IDE0060:Remove unused parameter", Justification = "Code readability", Scope = "member", Target = "~M:RegexFileSearcher.MainForm.#ctor(System.Boolean)")]

0 commit comments

Comments
 (0)