FindBugs for .NET [closed]

2019-02-05 23:58发布

问题:

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

回答1:

FxCop and StyleCop will advise on usage.

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



回答2:

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



回答3:

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