-
Notifications
You must be signed in to change notification settings - Fork 0
/
NHibernate.Caches.Membase.fxcop
executable file
·145 lines (145 loc) · 6.28 KB
/
NHibernate.Caches.Membase.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
138
139
140
141
142
143
144
145
<?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" NewOnly="False" />
<Report Status="Active" 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)/NHibernate.Caches.Membase/bin/Debug/NHibernate.Caches.Membase.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="Nhibernate.Caches.Membase">
<Messages>
<Message Id="Membase" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Status="Excluded" Created="2011-05-25 10:34:54Z">
<Issue Name="Namespace">
<Item>Membase</Item>
<Item>Nhibernate.Caches.Membase</Item>
</Issue>
<Notes>
<User Name="iulian.margarintescu">
<Note Id="1" />
</User>
</Notes>
</Message>
<Message Id="Nhibernate" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Status="Excluded" Created="2011-05-25 10:34:54Z">
<Issue Name="Namespace">
<Item>Nhibernate</Item>
<Item>Nhibernate.Caches.Membase</Item>
</Issue>
<Notes>
<User Name="iulian.margarintescu">
<Note Id="2" />
</User>
</Notes>
</Message>
</Messages>
</Namespace>
</Namespaces>
<Targets>
<Target Name="$(ProjectDir)/NHibernate.Caches.Membase/bin/Debug/NHibernate.Caches.Membase.dll">
<Modules>
<Module Name="nhibernate.caches.membase.dll">
<Messages>
<Message Id="Membase" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Status="Excluded" Created="2011-05-25 10:34:54Z">
<Issue Name="Assembly">
<Item>Membase</Item>
<Item>'NHibernate.Caches.Membase.dll'</Item>
</Issue>
<Notes>
<User Name="iulian.margarintescu">
<Note Id="0" />
</User>
</Notes>
</Message>
</Messages>
<Namespaces>
<Namespace Name="Nhibernate.Caches.Membase">
<Types>
<Type Name="MembaseCache">
<Messages>
<Message Id="Membase" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Status="Excluded" Created="2011-05-25 10:34:54Z">
<Issue Name="Type">
<Item>Membase</Item>
<Item>'MembaseCache'</Item>
</Issue>
<Notes>
<User Name="iulian.margarintescu">
<Note Id="3" />
</User>
</Notes>
</Message>
</Messages>
</Type>
<Type Name="MembaseCacheProvider">
<Messages>
<Message Id="Membase" TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704" Status="Excluded" Created="2011-05-25 10:34:54Z">
<Issue Name="Type">
<Item>Membase</Item>
<Item>'MembaseCacheProvider'</Item>
</Issue>
<Notes>
<User Name="iulian.margarintescu">
<Note Id="4" />
</User>
</Notes>
</Message>
</Messages>
</Type>
</Types>
</Namespace>
</Namespaces>
</Module>
</Modules>
</Target>
</Targets>
<Notes>
<User Name="iulian.margarintescu">
<Note Id="0" Modified="2011-05-25 10:45:24Z">Name of the cache engine</Note>
<Note Id="1" Modified="2011-05-25 10:45:29Z">Name of the cache engine</Note>
<Note Id="2" Modified="2011-05-25 10:45:37Z">Name of the ORM</Note>
<Note Id="3" Modified="2011-05-25 10:45:40Z">Name of the cache engine</Note>
<Note Id="4" Modified="2011-05-25 10:45:44Z">Name of the cache engine</Note>
</User>
</Notes>
<Rules>
<Rule TypeName="IdentifiersShouldBeSpelledCorrectly" Category="Microsoft.Naming" CheckId="CA1704">
<Resolution Name="Assembly">Correct the spelling of '{0}' in assembly 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>