code-analysis
Could not load file or assembly ... from SatelliteResourceMismatchRule
We\'ve recently updated our C# projects from .NET 3.5 to 4.0.We run Gendarme on our local machines and on CC.NET.After updating all of our projects, Gendarme is is getting this error for one of our as[详细]
2023-03-17 07:08 分类:问答Run code analysis rule set with FxCop 10 GUI
I\'m u开发者_JAVA百科sing code analysis in .NET 4, where I have a custom rule set included in the project file for my project.[详细]
2023-03-17 04:48 分类:问答Code Analysis in SQL Server
Do you know of any good (and if possible free) tool for SQL Server 2005/2008 development like there is Code Analysis and ReSharper for .NET development?[详细]
2023-03-17 02:21 分类:问答How can I detect which modules depend on which modules in Ruby?
What tools can determine which modules have methods that are calling methods from other modules in Ruby?[详细]
2023-03-16 09:48 分类:问答Code analysis tools for Android
Is there any static code analysis tools for Android that would pick up simple things like NullPointerExceptions from trying to access an object that might be null (without checking f开发者_运维百科or[详细]
2023-03-16 04:35 分类:问答Code Analysis c# .NET CA1822
I run Code Analysis and got this message: CA1822 : Microsoft.Performance : The \'this\' parameter (or \'Me\' in[详细]
2023-03-15 16:44 分类:问答Referencing a custom code analysis rule library using a ruleset file
There is not much easy-to-find information regarding custom code analysis rules for Visual Studio 2010. Although this is what I have found in regards to my question...[详细]
2023-03-14 17:40 分类:问答Suppress CA1305 for DebugFormat InfoFormat and similar calls
I am using Common.Logging for .NET.When I use one of the XXXFormat functions like DebugFormat or InfoFormat, I get the CA1305 warning.It is easy enough to suppress by right clicking and either saying[详细]
2023-03-13 18:33 分类:问答Finding Uninitialized Member In Visual Studio 2010 Using Code Analysis
I got some members in my class used without being initialized.Unexpectedly, the MSVC++ 2010 compiler doesn\'t complain and code analysis produce no error/warning.It does able to complain about uniniti[详细]
2023-03-13 14:48 分类:问答Custom Dictionary not working with Visual Studio 2010 Code Analysis
I can\'t seem to configure my CustomDictionary.xml correctly to address a couple of Code Analysis warnings I am getting in Visual Studio 2010.[详细]
2023-03-11 11:48 分类:问答