-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRecognos.Core.FxCop
137 lines (137 loc) · 6.23 KB
/
Recognos.Core.FxCop
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="utf-8"?>
<FxCopProject Version="10.0" Name="My FxCop Project">
<ProjectOptions>
<SharedProject>True</SharedProject>
<Stylesheet Apply="False">$(FxCopDir)\Xml\FxCopReport.xsl</Stylesheet>
<SaveMessages>
<Project Status="Active, Excluded, Good, Noise" NewOnly="False" />
<Report Status="Active, Good, Noise" NewOnly="False" />
</SaveMessages>
<ProjectFile Compress="True" DefaultTargetCheck="True" DefaultRuleCheck="True" SaveByRuleGroup="" Deterministic="True" />
<EnableMultithreadedLoad>True</EnableMultithreadedLoad>
<EnableMultithreadedAnalysis>True</EnableMultithreadedAnalysis>
<SourceLookup>True</SourceLookup>
<AnalysisExceptionsThreshold>10</AnalysisExceptionsThreshold>
<RuleExceptionsThreshold>1</RuleExceptionsThreshold>
<Spelling Locale="en-US" />
<OverrideRuleVisibilities>False</OverrideRuleVisibilities>
<CustomDictionaries SearchFxCopDir="True" SearchUserProfile="True" SearchProjectDir="True" />
<SearchGlobalAssemblyCache>False</SearchGlobalAssemblyCache>
<DeadlockDetectionTimeout>120</DeadlockDetectionTimeout>
<IgnoreGeneratedCode>False</IgnoreGeneratedCode>
</ProjectOptions>
<Targets>
<Target Name="$(ProjectDir)/Build/Debug/Recognos.Core.dll" Analyze="True" AnalyzeAllChildren="True" />
</Targets>
<Rules>
<RuleFiles>
<RuleFile Name="$(FxCopDir)\Rules\DesignRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\GlobalizationRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\InteroperabilityRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\MobilityRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\NamingRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\PerformanceRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\PortabilityRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\SecurityRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\SecurityTransparencyRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\UsageRules.dll" Enabled="True" AllRulesEnabled="True" />
</RuleFiles>
<Groups />
<Settings />
</Rules>
<FxCopReport Version="10.0">
<Namespaces>
<Namespace Name="Recognos.Core">
<Messages>
<Message Id="Recognos" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Created="2014-01-20 14:07:42Z">
<Issue Name="Namespace">
<Item>Recognos</Item>
<Item>Recognos.Core</Item>
</Issue>
</Message>
</Messages>
</Namespace>
</Namespaces>
<Targets>
<Target Name="$(ProjectDir)/Build/Debug/Recognos.Core.dll">
<Modules>
<Module Name="recognos.core.dll">
<Namespaces>
<Namespace Name="Recognos.Core">
<Types>
<Type Name="DataExtensions">
<Members>
<Member Name="#ToHexa(System.Byte[])">
<Messages>
<Message Id="Hexa" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Created="2014-01-20 14:07:42Z">
<Issue Name="Member">
<Item>Hexa</Item>
<Item>'DataExtensions.ToHexa(this byte[])'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="StringExtensions">
<Members>
<Member Name="#GzipCompress(System.String)">
<Messages>
<Message Id="Gzip" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Created="2014-01-20 14:07:42Z">
<Issue Name="Member">
<Item>Gzip</Item>
<Item>'StringExtensions.GzipCompress(this string)'</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#GzipDecompress(System.String)">
<Messages>
<Message Id="Gzip" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Created="2014-01-20 14:07:42Z">
<Issue Name="Member">
<Item>Gzip</Item>
<Item>'StringExtensions.GzipDecompress(this string)'</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#Levenshtein(System.String,System.String)">
<Messages>
<Message Id="Levenshtein" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Created="2014-01-20 14:07:42Z">
<Issue Name="Member">
<Item>Levenshtein</Item>
<Item>'StringExtensions.Levenshtein(this string, string)'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="UUCodecs">
<Messages>
<Message Id="Codecs" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Created="2014-01-20 14:07:42Z">
<Issue Name="Type">
<Item>Codecs</Item>
<Item>'UUCodecs'</Item>
</Issue>
</Message>
</Messages>
</Type>
</Types>
</Namespace>
</Namespaces>
</Module>
</Modules>
</Target>
</Targets>
<Rules>
<Rule TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704">
<Resolution Name="Assembly">Correct the spelling of '{0}' in assembly name {1}.</Resolution>
<Resolution Name="Member">Correct the spelling of '{0}' in member name {1} or remove it entirely if it represents any sort of Hungarian notation.</Resolution>
<Resolution Name="MethodTypeParameterMoreMeaningfulName">On method {0}, consider providing a more meaningful name than generic type parameter name {1}.</Resolution>
<Resolution Name="Namespace">Correct the spelling of '{0}' in namespace name '{1}'.</Resolution>
<Resolution Name="Type">Correct the spelling of '{0}' in type name {1}.</Resolution>
</Rule>
</Rules>
</FxCopReport>
</FxCopProject>