Hello Martijn,
I suppose such tools like nUnit and NCover are worth being learned
MM> The problem is that I use 2 sharp tools, an editor (vim.exe) and a
MM> compiler (csc.exe) and that I'm not really interested in learning
MM> new tools where a simple compiler switch could suffice
MM>
MN>> And what's the problem? Do u want to find unused methods or what?
MN>> There 2 two solutions
MN>> 1) use ReSharpert tool - it shows in gray collor unused methods
MN>> 2) use NCover tool - this tool shows which function was called
MN>> during
MM> run
MN>> programs. If you have good unitTests then after running all tests
MN>> with
MN>>
MM> NCover
MN>> u will see which functions were untouched
MN>>
MM>> A nice feature of the csc.exe compiler is that it warns you if a
MM>> variable is declared but never used. But unused methods are not
MM>> flagged, even when the warning level is set to 4.
MM>>
---
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 Nietzsch