code-analysis
Code Analysis in VSTS
I need to do static c开发者_如何学运维ode analysis in vsts 2010. Are there any built-in code analyzer in vsts? Is there any other way than using FxCop.The Visual Studio 2010 Premium and Ultimate editi[详细]
2023-02-15 09:12 分类:问答Gendarme unsafe code detection
Anyone familiar with Gendarme kn开发者_如何学JAVAow if it\'s possible to create a rule that detects C# unsafe code?Yes, this would be possible and fairly easy to do so.[详细]
2023-02-14 21:45 分类:问答What is a good tool to analyse code for unsafe code fragments? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-13 16:38 分类:问答Any recommended Code navigation tool for Delphi? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-12 20:15 分类:问答How to prevent FxCop from analyzing auto-generated code?
FxCop (tool for static code analysis) g开发者_如何转开发ives me an error while checking code behind of .edmx model. How to prevent FxCop from analyzing auto-generated code (or at least Entity Framewor[详细]
2023-02-10 10:07 分类:问答How to use FxCop CustomDictionary.xml from the project localization?
I create an custom FxCop rule, that need the the path to CustomDictionary.xml, but not this in Program Files, but that used in my FxCop project file. I has tryed to use reflection to Assembly.GetEntry[详细]
2023-02-10 05:48 分类:问答What is the purpose of this PHP code?
self::$currentend = $cfp; self::$currentend = &$cfp->next; self::$basisend = $cfp; self::$b开发者_如何学Goasisend = &$cfp->bp;[详细]
2023-02-09 18:26 分类:问答Dynamic code analysis for C++
Is there an open source and (relatively) simple-to-use dynamic code analysi开发者_JAVA技巧s tool for C++ code?[详细]
2023-02-09 11:47 分类:问答How do I deactivate deep code analysis?
I think that by mistake I have enabled the \"deep code analysis\". How do I开发者_StackOverflow disable it?I suppose you selected a more strict rule set in the Analyze + Configure dialog.The default i[详细]
2023-02-09 11:06 分类:问答endless loop on code analysis with FxCop Introspection
I\'m trying to write a custom FxCop code analysis rule that will warn developers from methods containing too deeply nested code blocks,[详细]
2023-02-09 08:25 分类:问答