I'm trying to do automated code review and refactoring with a tool. Something in the lines of FxCop or ReSharper.
Looking for tool suggestions that meet these requirements:
- Low learning curve.
- Targeted at C# (and maybe VB.NET).
- Let's me easily add or customize rules (and understands entire CodeDOM).
- Well documented.
- FREE or dirt cheap. Sorry, low exchange rate =)
Manual code reviews will still be done. But the tool should be thorough enough to catch all the common boo boos before a senior developer does the manual review.
If you have stories to share about the tools that you have used/are using then that would be great, too.
Thanks.
EDIT: Finally had some time to look into the suggestions more. StyleCop does NOT integrate with Visual Studio Express Edition which is what I'm using. ReSharper has a lot more features than what I require (which is purely to automate code reviews). I would say it's not a very focused tool for my purposes (and also the reason for it's price tag). Still looking for other suggestions if any.
EDITDIT: StyleCop does NOT integrate with Visual Studio Express but you can still set it up to run as part of your build in Visual Studio Express. Seems like the best solution for now.