I'm working on a project in C# .net and WPF. We're using StyleCop to help bring a consistent style to the project, and after disabling some rules we're quite satisfied with it. However, I've heard people talk about FxCop, and that this would bring value to the project too. From what I understand this is more on a code structure base..?
Could someone give me any specific reasons why we should start using FxCop? What are the most important things FxCop will ensure that we do correctly?