41
I Use This!
Inactive

News

Analyzed about 6 hours ago. based on code collected about 8 hours ago.
Posted almost 13 years ago by [email protected] (Roger Paviani)
Olá! Sou novo aqui também... Na janela OUTPUT do Visual Studio apareceu alguma warning? Se sim, faltou você habilitar a configuração WarningsAsErrors="True"... *<Gendarme Assemblies="$(TargetPath)" IntegrateWithVisualStudio="Tru e" WarningsAsErrors="True"/>* Em quarta-feira, 20 de fevereiro de 2013 04h25min01s UTC-3, Om Prakash
Posted almost 13 years ago by [email protected] (Om Prakash Singh)
Hello all, I am new to this. I downloaded this version of the tool (Gendarme 2.11 (unsupported build - Win32 - Requires .NET Framework 4.0)) from [link] and it works good as an independent app but I want to integrate it with my VS2010 Premium. After lot of search I found that this is the only wrapper that serves my purpose
Posted almost 13 years ago by [email protected]
Hi guys, I really appreciate the work that you do in Mono project. Are there any plans to update Gendarme? It's said on the Roadmap page that the schedule is shared with the whole Mono project, but the page itself isn't recent, we already have Gendarme 2.10, while the page states that 2.8 is in progress.
Posted almost 13 years ago by [email protected] (Константин Малышко)
Hello, In my project I have the following case: we use Sonar with pluged in Gendarme code analysis. I have quesion about "AvoidUncalledPrivateCodeRule" . In case of MVVM pattern often this rule give us wrong violation. Sample: View Model class: internal TestClass { public bool IsDigit {get; set;}
Posted almost 13 years ago by [email protected] (Cyril G)
Hi, EnsureLocalDisposalRule is fired for each control property of a System.Web.UI.Page instance (asp.net web app). Though, Dispose() is automatically called at the end of the Page cycle life, according to MSDN documentation. Calling the Dispose() method on these objects would even come to runtime problems.
Posted almost 13 years ago by [email protected] (Harish S)
Hello, When I run gendarme exe from command line I get the below error *Genderme Command:* **C:\Users\Harish>"C:\Program Files (x86)\Gendarme\gendarme.exe" --config E:\FMRI\O2R\target\sonar\sonar .Gendarme --xml E:\FMRI\O2R\target\sonar\genda rme-report.xml --quiet --confidence normal+ --severity all E:\FMRI\O2R\bin\O2RWebApp.dll
Posted about 13 years ago by [email protected] (Eric Zeitler)
That usually happens when the dll or exe isn't a .NET executable. Can you confirm that actually is a .NET dll?
Posted about 13 years ago by [email protected] (fyz)
Hi, I am getting the following error during gendrame execution during sonar analysis.I am using gendarme 2.11 sanpshot version . *Command : * C:\Program Files\Gendarme>*gendarme.exe --config D:\ApplicationFramework\CIT.PT ... [More] P.Managers\target\sonar\sonar. Gendarme --xml D:\ApplicationFramework\CIT.PT P.Managers\target\sonar\gendar me-report.xml [Less]
Posted over 13 years ago by [email protected] (MightyMuke)
The [NotSerialized] attribute in [link]) should be [NonSerialized]
Posted over 13 years ago by [email protected] (Iristyle)
IMHO, my fork adds a number of additional features / tweaks that improve the original version: [link]