Hi,
in the Code Analysis Editor I switch a rule from Error to warning ( unckeck Treat Warning as Error). All seems fine, if I build my solution locally on the Development PC. But if I run the same solution on the Build PC I get a build error for rule CA1709. But this rule is switech to warning.
c:\VLS\MainCIBuild\Sources\Main\Source\Vls\DP.Vls.Web\Shipment\Shipment.aspx.cs(86,0): error : CA1709 : Microsoft.Naming : Correct the casing of 'rcb' in member name 'Shipment.rcbReceiverAddressTypes_SelectedIndexChanged(object, RadComboBoxSelectedIndexChangedEventArgs)' by changing it to 'Rcb'.
Buildscript-Setting
<
RunCodeAnalysis>Default</RunCodeAnalysis>
Please help.
Regards Josef
eisisng