Is there a good tool that can convert the XML output of FxCop into something that can be put into a Word document?I\'d prefer not开发者_JAVA技巧 to write an XML-FO XSLT transform, maybe someone did so
I\'m trying to put together a Continuous Integration server that will do the following: Work with subversion
I\'m trying to fulfil FxCop\'s rules in my web site. Since I use some Infragistics controls I have a licenses.licx file that turns into a \"app_licenses.dll\" assembly after publication.
I have written couple of custom rules in for FxCop 1.36. I have written code to find weather an opened DataReader is closed or not. But it does not check which DataReader object is calling the Close()
I have been reading this question and a few other answers and whilst I get the difference between changing the reference and changing the state of the current instance I\'m not certain why this means
I have a method for validation that has many conditional statements.Basically it goes If Check1 = false
I get the following error when running FXCop: CA1800 : Microsoft.Performance : \'obj\', a variable, is cast to type
I have been trying to wrap my head around this FXC开发者_高级运维op violation \"DoNotDeclareReadOnlyMutableReferenceTypes\"
... if I use an IDisposable in a local variable, but do not call Dispose() or use the using() pattern.
Using the tip provided by José Adan at http://social.msdn.microsoft.c开发者_StackOverflow社区om/Forums/en-US/vstscode/thread/f6dec8c4-9752-4a9b-82fe-0822808fd386/ I was able to get Code Analysis to d