FxCop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Given a project with some .cs files, Is there a way to block some of these
files to be read by FxCop ?
 
Hello Bruce,

You can turn off some classes from the FxCop when analysing assemblies

BO> Given a project with some .cs files, Is there a way to block some of
BO> these files to be read by FxCop ?
BO>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
How should I proceed???? Ah, I am working with FxCop that comes with VS
2005....does it make any dif?
 
Hello Bruce,

Drag and drop you executable/dll into FxCop, navigate to the required class/method
into Target tab and turn it off from the analyzing

BO> How should I proceed???? Ah, I am working with FxCop that comes with
BO> VS 2005....does it make any dif?
BO>
BO> "Michael Nemtsev" wrote:
BO>---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Well the problem is that I am not using FxCop standalone version, but the
one that comes with Visual Studio 2005 (integrated)...
 
Back
Top