I\'m trying to write a custom fxcop rule for mstest projects VS2010.I\'d like to debug it but keep getting an exception when it tries to load the dll for the mstest project it fails stating that it ca
I\'m trying to run codeanalysis on an assembly that contains an entity model (edmx file). In project properties I have checked the \"Suppress results from generated code\" option, but I am still getti
I\'m looking for an equivalent of PerlCritic for PHP. PerlCritc is a static source code analyzer that qritiques code and warns about everything from unused variables, to unsafe ways to handle data to
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Let suppose you\'ve just written some big code, it compiles and everything\'s fine...But in the end, the result is not the expected or the code simply crashes. There\'s some bug in the code, and you h
I have a method for validation that has many conditional statements.Basically it goes If Check1 = false
I am not asking the static code analysis which is provided by StyleCop or Fxcop. Both are having different purpose and it serves well. I am asking whether is there a way to find the code coverage of y
I want to make a list of global va开发者_JAVA技巧riables/macros consumed by a function and output by the function. For example, for:
I wish to get a quick feeling for how much “copy and paste” coding we have, there are many tools for C# / Java to check for this type of thing.Are there any such tools that work well with VB.NET?
I have the method shown below which is generating a CA1822 Code Analysis warning. CA1822 says this: \"The \'this parameter (or \'Me\' in Visual Basic) of \'ImportForm.ProcessFile(StreamReader)\' is