Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I wanted to verify few design patterns in C# code by static analysis. I found that by creating a plugin for Resharper I can verify the patterns on-the-fly while i am coding. But I did not find good do
I have to be sure that a snippet of code get executed in all public methods of classes under a certain package:
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.
When I program in python, I find using pylint very useful. However, when I program in R, there is nothing comparable.
We are using PC-Lint for code-checking our sources for compliance with MISRA-2004. As this is a safety-relevant project and we\'re heading for a certificate by TUV, we need to show pr开发者_如何转开发
For my application I\'d like to parse through an assembly and extract every method and store the name of the method and the source code in one of my objects (I defined in my code).
I\'m working on some C++ code where I have several manager objects with private methods such as void NotifyFooUpdated();
Visual Studio 2010 code analysis fails to run now that we\'ve incor开发者_如何学Goporated a 3rd-party assembly into our project.
I am updating my projects from visual studio 2008 to visual studio 2010, but I\'m st开发者_开发问答ill using TFS 2008.