forked from mikefourie-zz/MSBuildExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GlobalSuppressions.cs
96 lines (96 loc) · 22.8 KB
/
GlobalSuppressions.cs
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
//---------------------------------------------------------------------------------------------------------------------------
// <copyright file="GlobalSuppressions.cs">(c) Mike Fourie. All other rights reserved.</copyright>
//---------------------------------------------------------------------------------------------------------------------------
// <autogenerated/>
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "MSBuildExplorer.DataModel.FavoriteFile.#TargetSets")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildFile.#Imports")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildFile.#Items")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildFile.#Properties")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildFile.#Targets")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildTarget.#Targets")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildFile.#Usings")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Usings", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildFile.#Usings")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Val", Scope = "type", Target = "MSBuildExplorer.ValEventArgs")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "fav", Scope = "member", Target = "MSBuildExplorer.DataModel.FavoriteFile.#.ctor(System.String,FavoriteEntity)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "proj", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildFile.#.ctor(Microsoft.Build.Evaluation.Project)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "finalinclude", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildItems.#.ctor(System.String,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "ev", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildProperties.#.ctor(System.String,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "pti", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildTarget.#.ctor(Microsoft.Build.Execution.ProjectTargetInstance,Microsoft.Build.Evaluation.Project,MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "validationmessage", Scope = "member", Target = "MSBuildExplorer.ValEventArgs.#.ctor(System.String,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "pute", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildUsing.#.ctor(Microsoft.Build.Evaluation.Project,Microsoft.Build.Construction.ProjectUsingTaskElement)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1014:MarkAssembliesWithClsCompliant")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "1", Scope = "member", Target = "MSBuildExplorer.DataModel.FavoriteFile.#.ctor(System.String,FavoriteEntity)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "1", Scope = "member", Target = "MSBuildExplorer.MSBuildExplorerLogger.#ErrorRaised(System.Object,Microsoft.Build.Framework.BuildErrorEventArgs)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.MSBuildExplorerLogger.#Initialize(Microsoft.Build.Framework.IEventSource)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildFile.#.ctor(Microsoft.Build.Evaluation.Project)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.MSBuildFileEqualityComparer.#Equals(MSBuildExplorer.DataModel.MSBuildFile,MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "1", Scope = "member", Target = "MSBuildExplorer.MSBuildFileEqualityComparer.#Equals(MSBuildExplorer.DataModel.MSBuildFile,MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "1", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildTarget.#.ctor(Microsoft.Build.Execution.ProjectTargetInstance,Microsoft.Build.Evaluation.Project,MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.MSBuildTargetEqualityComparer.#Equals(MSBuildExplorer.DataModel.MSBuildTarget,MSBuildExplorer.DataModel.MSBuildTarget)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "1", Scope = "member", Target = "MSBuildExplorer.MSBuildTargetEqualityComparer.#Equals(MSBuildExplorer.DataModel.MSBuildTarget,MSBuildExplorer.DataModel.MSBuildTarget)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildUsing.#.ctor(Microsoft.Build.Evaluation.Project,Microsoft.Build.Construction.ProjectUsingTaskElement)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "1", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildUsing.#.ctor(Microsoft.Build.Evaluation.Project,Microsoft.Build.Construction.ProjectUsingTaskElement)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildTarget.#.ctor(Microsoft.Build.Execution.ProjectTargetInstance,Microsoft.Build.Evaluation.Project,MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildTarget.#.ctor(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "MSBuildExplorer.MSBuildTargetEqualityComparer")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "XamlGeneratedNamespace.GeneratedInternalTypeHelper.#SetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Object,System.Globalization.CultureInfo)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "XamlGeneratedNamespace.GeneratedInternalTypeHelper.#GetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Globalization.CultureInfo)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "1", Scope = "member", Target = "XamlGeneratedNamespace.GeneratedInternalTypeHelper.#CreateDelegate(System.Type,System.Object,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "XamlGeneratedNamespace.GeneratedInternalTypeHelper.#AddEventHandler(System.Reflection.EventInfo,System.Object,System.Delegate)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "MSBuildExplorer.UserControls.TreeExplorer.#RefreshFile(System.IO.FileInfo,System.Boolean)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "MSBuildExplorer.UserControls.TreeExplorer.#LoadFile(System.IO.FileInfo,System.Boolean)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Usings", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#UsingsCollection")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "f", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateAll(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "f", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateProperties(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "f", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateItems(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "f", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateImports(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "f", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateXml(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Exeption", Scope = "member", Target = "MSBuildExplorer.UserControls.TreeExplorer.#TreeExeption")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "strapper", Scope = "member", Target = "MSBuildExplorer.Forms.FavWin.#.ctor(System.Collections.ObjectModel.ObservableCollection`1<MSBuildExplorer.DataModel.MSBuildTarget>,System.String,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateProperties(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateItems(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "f", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateUsings(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Usings", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateUsings(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateUsings(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateImports(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#PopulateXml(MSBuildExplorer.DataModel.MSBuildFile)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Fav", Scope = "type", Target = "MSBuildExplorer.Forms.FavWin")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.Forms.FavWin.#.ctor(System.Collections.ObjectModel.ObservableCollection`1<MSBuildExplorer.DataModel.MSBuildTarget>,System.String,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "MSBuildExplorer.UserControls.Favorites.#LoadFavorites()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields", Scope = "member", Target = "MSBuildExplorer.UserControls.TreeExplorer.#ActiveMSBuildTarget")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields", Scope = "member", Target = "MSBuildExplorer.UserControls.TreeExplorer.#RootFile")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields", Scope = "member", Target = "MSBuildExplorer.UserControls.TreeExplorer.#TreeExeption")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.UserControls.TreeExplorer.#LoadFile(System.IO.FileInfo,System.Boolean)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA2204:Literals should be spelled correctly", MessageId = "MSBuild", Scope = "member", Target = "MSBuildExplorer.MainWindow.#Window_StateChanged(System.Object,System.EventArgs)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#TargetsToBuild")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#TargetsToBuild")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#Build(Microsoft.Build.Evaluation.Project,System.Boolean,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable", Scope = "type", Target = "MSBuildExplorer.MainWindow")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#Build(Microsoft.Build.Evaluation.Project,System.Boolean,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#Build(Microsoft.Build.Evaluation.Project,System.Boolean,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields", Scope = "member", Target = "MSBuildExplorer.UserControls.Favorites.#ActiveFavoriteFile")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields", Scope = "member", Target = "MSBuildExplorer.UserControls.Favorites.#ActiveTargetSet")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "MSBuildExplorer.Forms.FavWin.#LoadFavorites()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects multiple times", Scope = "member", Target = "MSBuildExplorer.UserControls.Details.#Build(Microsoft.Build.Evaluation.Project,System.Boolean,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "MSBuildExplorer.DataModel.FavoriteFileGroup.#Files")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1036:OverrideMethodsOnComparableTypes", Scope = "type", Target = "MSBuildExplorer.DataModel.FavoriteFile")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1036:OverrideMethodsOnComparableTypes", Scope = "type", Target = "MSBuildExplorer.DataModel.FavoriteFileGroup")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.ListExtension.#BubbleSort(System.Collections.IList)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "o", Scope = "member", Target = "MSBuildExplorer.ListExtension.#BubbleSort(System.Collections.IList)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1036:OverrideMethodsOnComparableTypes", Scope = "type", Target = "MSBuildExplorer.DataModel.MSBuildFile")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "MSBuildExplorer.BuildPad.#menuApiBuild_Click(System.Object,System.Windows.RoutedEventArgs)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "MSBuildExplorer.WpfSingleInstance.#AutoExitAplicationIfStartupDeadlock")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "MSBuildExplorer.WpfSingleInstance.#Make(MSBuildExplorer.WpfSingleInstance+SingleInstanceMode)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "MSBuildExplorer.WpfSingleInstance.#OtherInstanceAttemptedToStart(System.Object,System.Boolean)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope", Scope = "member", Target = "MSBuildExplorer.BuildPad.#menuConsoleBuild_Click(System.Object,System.Windows.RoutedEventArgs)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "ev", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildProperties.#.ctor(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "finalinclude", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildItems.#.ctor(System.String,System.String,System.String,System.Boolean)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "ev", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildProperties.#.ctor(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "MSBuildExplorer.DataModel.MSBuildProperties.#.ctor(Microsoft.Build.Evaluation.ProjectProperty)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope", Scope = "member", Target = "MSBuildExplorer.MainWindow.#.ctor()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Scope = "type", Target = "MSBuildExplorer.UserControls.Details")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "MSBuildExplorer.UserControls.BuildPad.#LoadFile(System.IO.FileInfo)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope", Scope = "member", Target = "MSBuildExplorer.UserControls.BuildPad.#ConsoleBuild()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects multiple times", Scope = "member", Target = "MSBuildExplorer.UserControls.BuildPad.#ConsoleBuild()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects multiple times", Scope = "member", Target = "MSBuildExplorer.UserControls.BuildPad.#SaveFile()")]