I am facing a problem with analyzing the code using FxCopCmd. It works perfectly when i check for a sing file but it doesn't work when I replace it with a directory. May be i am not using the correct Command.
fxcopcmd.exe /file:"C:\Users\ConsoleApplication18.exe" /out:"C:\Users\212553210\Documents\srifxcop.xml"
The above command works perfectly. but instead of a file, I mention a directory like
fxcopcmd.exe /file:"C:\Users" /out:"C:\Users\212553210\Documents\srifxcop.xml"
Now it gives an error saying "Analysis was not performed". If any body can help me out in this issue will be very thankful.