GlobalSuppressions.cs 2.3 KB

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