In Java is this nice tool called FindBugs. Is there something similar in .Net?
相关问题
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
- Should I use static function in c# where many call
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.
FxCop and StyleCop will advise on usage.
For actual bugs, perhaps PEX? There was a PDC video, too.