// 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("Interoperability", "SYSLIB1054:Use 'LibraryImportAttribute' instead of 'DllImportAttribute' to generate P/Invoke marshalling code at compile time", Justification = "", Scope = "member", Target = "~M:HistoryView.Helper.SetWindow.FindWindow(System.String,System.String)~System.IntPtr")] [assembly: SuppressMessage("Interoperability", "SYSLIB1054:Use 'LibraryImportAttribute' instead of 'DllImportAttribute' to generate P/Invoke marshalling code at compile time", Justification = "", Scope = "member", Target = "~M:HistoryView.Helper.SetWindow.SetParent(System.IntPtr,System.IntPtr)~System.IntPtr")] [assembly: SuppressMessage("Interoperability", "SYSLIB1054:Use 'LibraryImportAttribute' instead of 'DllImportAttribute' to generate P/Invoke marshalling code at compile time", Justification = "", Scope = "member", Target = "~M:HistoryView.Helper.SetWindow.ShowWindow(System.IntPtr,System.Int32)~System.Int32")] [assembly: SuppressMessage("Interoperability", "SYSLIB1054:Use 'LibraryImportAttribute' instead of 'DllImportAttribute' to generate P/Invoke marshalling code at compile time", Justification = "", Scope = "member", Target = "~M:HistoryView.Helper.SetWindow.SetWindowLong(System.IntPtr,System.Int32,System.Int64)~System.IntPtr")] [assembly: SuppressMessage("Interoperability", "SYSLIB1054:Use 'LibraryImportAttribute' instead of 'DllImportAttribute' to generate P/Invoke marshalling code at compile time", Justification = "", Scope = "member", Target = "~M:HistoryView.Helper.SetWindow.GetWindowLong(System.IntPtr,System.Int32)~System.Int64")] [assembly: SuppressMessage("Globalization", "CA2101:Specify marshaling for P/Invoke string arguments", Justification = "", Scope = "member", Target = "~M:HistoryView.Helper.SetWindow.FindWindow(System.String,System.String)~System.IntPtr")] [assembly: SuppressMessage("Usage", "CA1816:Dispose methods should call SuppressFinalize", Justification = "", Scope = "member", Target = "~M:HistoryView.Connector.SenderBase.Dispose")]