Why Gendarme gives more issues on debug build as compared to release build

70 views
Skip to first unread message

somil vijay

unread,
Jun 8, 2014, 5:55:47 AM6/8/14
to gend...@googlegroups.com

I am using gendarme to inspect the problems within C# MVC3 Website.One thing i noticed is that , when Gendarme executed on debug binaries produce more issues as compared to release mode binaries. Please tell why the number of issues generated on debug mode are more as compared to code in release mode?

Jb Evain

unread,
Jun 9, 2014, 4:40:05 AM6/9/14
to gend...@googlegroups.com
Hi,

Gendarme analysis the binaries of your application. When compiled in debug mode, the compiler uses unoptimized and unoptimal constructs.

It's not absurd that Gendarme finds those and warns you about them, whereas it doesn't have to if you compiled in Release mode.

Jb


On Sun, Jun 8, 2014 at 11:55 AM, somil vijay <vijay...@gmail.com> wrote:

I am using gendarme to inspect the problems within C# MVC3 Website.One thing i noticed is that , when Gendarme executed on debug binaries produce more issues as compared to release mode binaries. Please tell why the number of issues generated on debug mode are more as compared to code in release mode?

--
You received this message because you are subscribed to the Google Groups "Gendarme" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gendarme+u...@googlegroups.com.
To post to this group, send email to gend...@googlegroups.com.
Visit this group at http://groups.google.com/group/gendarme.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages