gendarme
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 分类:问答Gendarme Ignore List Format
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.[详细]
2023-02-22 22:15 分类:问答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 分类:问答fxcop fails because of references on obfuscated assemblies
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...[详细]
2023-01-16 22:01 分类:问答How to Suppress Gendarme Defects?
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[详细]
2022-12-26 15:32 分类:问答Gendarme Rules Customisation
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.[详细]
2022-12-21 23:22 分类:问答Are there good reasons for letting AssemblyVersion and AssemblyFileVersion match?
Gendarme has an AvoidAssemblyVersionMismatchRule with the following description: This rule checks that the [AssemblyVersion] matches the [AssemblyFileVersion] when both are present inside an assembl[详细]
2022-12-17 03:26 分类:问答