Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/GlobalSuppressions.cs @ 12503

Last change on this file since 12503 was 12503, checked in by aballeit, 9 years ago

#2283 added GUI and charts; fixed MCTS

File size: 1.5 KB
Line 
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.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Isolines", Scope = "namespace", Target = "Microsoft.Research.DynamicDataDisplay.Charts.Isolines")]
12[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "MultiDimensional", Scope = "namespace", Target = "Microsoft.Research.DynamicDataDisplay.DataSources.MultiDimensional")]
13[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multi", Scope = "namespace", Target = "Microsoft.Research.DynamicDataDisplay.DataSources.MultiDimensional")]
14[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1805:DoNotInitializeUnnecessarily")]
15[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member")]
Note: See TracBrowser for help on using the repository browser.