Unit Testing, Agile Development, Leadership & .NET - By Roy Osherove
PingBack from http://cheatcodedirect.com/fxcop-is-heading-in-the-wrong-direction-no-testability-whatsoever/
You might want to have a look at the Mono project's Gendarme:
http://www.mono-project.com/Gendarme
C-J Berg: Gendarme looks very interesting!
I especially liked this quote from the main page:
"The current Gendarme framework, Gendarme.Framework.dll, is a work in progress. It will probably change a lot before 1.0 is released. It's main goal is to make it easier to write and test rules."
Quotes
"We also removed the Reflection 'bridge', that is, the ability to create CCI objects from their Reflection counterparts and vice versa."
This is the most annoying thing. Anyway, someone could have used the Cci library to generate code based on already parsed IL ( available in a high level form )... but of course it would have been improper.
Let us write our own IL parsers...
Liviu,
Go check out Mono.Cecil, it has a high level parser already.