My FxCop 1.36 project successfully analyzes the Silverlight
assemblies by following all the steps mentioned by
Microsoft_XAML_Toolkit_CTP_July2010.
However Cruise Control .net while executing the same FxCop 1.36
project with Silvelight assembles breaks with the below warning
message:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
There were non-critical errors loading FxCop project:
* Failed to add rule assembly: C:\Documents and Settings\myuser\Desktop
\Microsoft_XAML_Toolkit_CTP_July2010\Microsoft.Xaml.Tools.FxCop.dll.
* Could not import all messages.
* End of project load errors.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Below is the snippet from ccnet.config file:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<exec>
<executable>C:\Program Files\Microsoft FxCop
1.36\FxCopCmd.exe</executable>
<baseDirectory>C:\dev</baseDirectory>
<buildArgs>
/p:"C:\FxCopProjectName.FxCop"
/out:"C:\ccnet-fxcop-sl.xml"
</buildArgs>
<buildTimeoutSeconds>30000</buildTimeoutSeconds>
</exec>
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Any help will be appreciated