Question

In Java is this nice tool called FindBugs. Is there something similar in .Net?

Was it helpful?

Solution

FxCop and StyleCop will advise on usage.

For actual bugs, perhaps PEX? There was a PDC video, too.

OTHER TIPS

Here is Wikipedia List and CodeRush is a nice tool to use for .NET.

Try PVS-Studio is really great, can find a lot of obscure bugs. The drawback is it is commercial product and can be expensive.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top