Update of /cvsroot/mocklib/netmocklib/bldfiles
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13220/bldfiles
Modified Files:
project.properties config.FxCop
Log Message:
fixing fxcop errors.
Index: project.properties
===================================================================
RCS file: /cvsroot/mocklib/netmocklib/bldfiles/project.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** project.properties 10 Apr 2008 08:22:30 -0000 1.2
--- project.properties 11 Apr 2008 05:27:01 -0000 1.3
***************
*** 14,18 ****
<property name="allowed.critical.errors" value="1"/>
! <property name="allowed.errors" value="9"/>
! <property name="allowed.warnings" value="10"/>
</project>
--- 14,18 ----
<property name="allowed.critical.errors" value="1"/>
! <property name="allowed.errors" value="7"/>
! <property name="allowed.warnings" value="9"/>
</project>
Index: config.FxCop
===================================================================
RCS file: /cvsroot/mocklib/netmocklib/bldfiles/config.FxCop,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** config.FxCop 10 Apr 2008 08:22:30 -0000 1.1
--- config.FxCop 11 Apr 2008 05:27:01 -0000 1.2
***************
*** 29,33 ****
<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" />
--- 29,50 ----
<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="False">
! <Rule Name="AvoidExcessiveLocals" Enabled="True" />
! <Rule Name="AvoidUncalledPrivateCode" Enabled="True" />
! <Rule Name="AvoidUninstantiatedInternalClasses" Enabled="True" />
! <Rule Name="AvoidUnsealedAttributes" Enabled="True" />
! <Rule Name="AvoidUnusedPrivateFields" Enabled="True" />
! <Rule Name="DoNotCastUnnecessarily" Enabled="True" />
! <Rule Name="DoNotInitializeUnnecessarily" Enabled="True" />
! <Rule Name="InitializeReferenceTypeStaticFieldsInline" Enabled="True" />
! <Rule Name="MarkAssembliesWithNeutralResourcesLanguage" Enabled="True" />
! <Rule Name="OverrideEqualsAndOperatorEqualsOnValueTypes" Enabled="True" />
! <Rule Name="PreferJaggedArraysOverMultidimensional" Enabled="True" />
! <Rule Name="PropertiesShouldNotReturnArrays" Enabled="True" />
! <Rule Name="RemoveEmptyFinalizers" Enabled="True" />
! <Rule Name="RemoveUnusedLocals" Enabled="True" />
! <Rule Name="TestForEmptyStringsUsingStringLength" Enabled="True" />
! <Rule Name="UseLiteralsWhereAppropriate" Enabled="True" />
! </RuleFile>
<RuleFile Name="$(FxCopDir)\Rules\PortabilityRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\SecurityRules.dll" Enabled="True" AllRulesEnabled="True" />
|