lantool

ein feines Tool für LANs (damals)
git clone https://git.clttr.info/lantool.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

GlobalSuppressions.cs (2401B)


      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 // To add a suppression to this file, right-click the message in the 
      7 // Error List, point to "Suppress Message(s)", and click 
      8 // "In Project Suppression File".
      9 // You do not need to add suppressions to this file manually.
     10 
     11 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", 
     12     "CA2000:Dispose objects before losing scope", 
     13     Scope = "member", 
     14     Target = "LanTool.MainForm.#überToolStripMenuItem_Click(System.Object,System.EventArgs)",
     15     Justification = "Will ich aber so.")]
     16 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", 
     17     "CA2000:Dispose objects before losing scope", 
     18     Scope = "member", 
     19     Target = "LanTool.Program.#Main()",
     20     Justification = "Falscherkennung")]
     21 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", 
     22     "CA1800:DoNotCastUnnecessarily", 
     23     Scope = "member", 
     24     Target = "LanTool.MainForm.#GetStuffItem(System.Object)",
     25     Justification = "Geht net anders")]
     26 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", 
     27     "CA1801:ReviewUnusedParameters", 
     28     MessageId = "state", 
     29     Scope = "member", 
     30     Target = "LanTool.StuffItem.#UpdateChilds(System.Object)",
     31     Justification = "Geht net anders")]
     32 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", 
     33     "CA2210:AssembliesShouldHaveValidStrongNames",
     34     Justification = "Hab ich ned")]
     35 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMethodsWithLinkDemands", Scope = "member", Target = "LanTool.Config.#EditConfig()")]
     36 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Reliability", 
     37 	"CA2000:Dispose objects before losing scope", 
     38 	Scope = "member", 
     39 	Target = "LanTool.MainForm.#tree_MouseUp(System.Object,System.Windows.Forms.MouseEventArgs)",
     40 	Justification = "Geht nicht anders." )]
     41 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "state", Scope = "member", Target = "LanTool.Classes.StuffItem.#UpdateChilds(System.Object)")]