What static analysis tools are available for C#?

Posted by Paul Mrozowski on Stack Overflow See other posts from Stack Overflow or by Paul Mrozowski
Published on 2008-09-01T23:54:02Z Indexed on 2010/05/01 2:17 UTC
Read the original article Hit count: 284

Filed under:
|
|

What tools are there available for static analysis against C# code? I know about FxCop and StyleCop. Are there others? I've run across NStatic before but it's been in development for what seems like forever - it's looking pretty slick from what little I've seen of it, so it would be nice if it would ever see the light of day.

Along these same lines (this is primarily my interest for static analysis), tools for testing code for multithreading issues (deadlocks, race conditions, etc.) also seem a bit scarce. Typemock Racer just popped up so I'll be looking at that. Anything beyond this?

Real-life opinions about tools you've used are appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about static-analysis