FindBugs for .NET [closed]

你。 提交于 2019-12-30 02:45:09

问题


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.



来源:https://stackoverflow.com/questions/397641/findbugs-for-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!