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
I\'m working on a C# solution and I\'m using Gendarme integrated with Visual Studio in order to output to the Error List window when I compile.
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.
I need to run fxcop on a project that refere开发者_开发技巧nces an obfuscated commercial assembly (from dotnetremoting.com). Fxcop tries to load the obfuscated assembly and fails...
Is it possible to suppress a specific gend开发者_JS百科arme defect message? I would like to do this in the source code with a flag or something like it.As poupou already noted, version 2.10 supports t
Does anyone know the correct way to explicitly specify which rules Gendarme will use? Or which rules to exclude? I\'m not having a lot of joy searching the Mono documentation for the answer.
Gendarme has an AvoidAssemblyVersionMismatchRule with the following description: This rule checks that the [AssemblyVersion] matches the [AssemblyFileVersion] when both are present inside an assembl