-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalSuppressions.cs
More file actions
27 lines (25 loc) · 4.22 KB
/
GlobalSuppressions.cs
File metadata and controls
27 lines (25 loc) · 4.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// 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 = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmImport.ImportHashList(System.Windows.Forms.OpenFileDialog)")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "type", Target = "~T:IntegralHashing.StringStorage")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.teExport.OpenExcelWorksSheet")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.teExport.ExportHashColumnsCells(System.Int32,System.Int32,System.String)")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.teExport.SaveExcelWorkbook(System.String)")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.teImport.TextImport(System.String)~System.String")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.teImport.XlsxImport(System.String)~System.String")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmMain.BeginMatch(System.Object,System.Windows.Forms.FormClosedEventArgs)")]
[assembly: SuppressMessage("Style", "IDE0059:Unnecessary assignment of a value", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmMain.BeginMatch(System.Object,System.Windows.Forms.FormClosedEventArgs)")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmMain.DumpFilesAndInfoToView(System.Windows.Forms.FolderBrowserDialog)")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmMain.GetFileSize(System.Double)~System.String")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.teExport.ExportHashColumnsCells(System.Int32,System.Int32,System.Windows.Forms.ListView)")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.teExport.ExportText(System.Windows.Forms.ListView)~System.Text.StringBuilder")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.teExport.SaveFileDocument(System.String,System.Text.StringBuilder)")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.tImport.TextImport(System.String,System.Windows.Forms.Label)~System.String")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmMain.ByteToStringConversion(System.Byte[])~System.String")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmMain.GetHashSha256(System.String)~System.Byte[]")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmMain.GetHashSha512(System.String)~System.Byte[]")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmMain.ImportHashList(System.Windows.Forms.OpenFileDialog)")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:IntegralHashing.frmMain.ProcessHash(System.String,System.Int32)~System.String")]