Discussion:
Why Gendarme gives more issues on debug build as compared to release build
somil vijay
2014-06-08 09:55:47 UTC
Permalink
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to gendarme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/gendarme.
For more options, visit https://groups.google.com/d/optout.
Jb Evain
2014-06-09 08:40:04 UTC
Permalink
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
Post by somil vijay
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
Visit this group at http://groups.google.com/group/gendarme.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to gendarme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/gendarme.
For more options, visit https://groups.google.com/d/optout.
Loading...