[
  {
    "Id": "489542",
    "ThreadId": "226157",
    "Html": "<p>I am writing a console application which utilizes ZipFile, and eveyr time I call ZipFie.SelectEntries, I get Trace messages in my console output from DotNetZip.</p>\r\n<p><span style=\"color:blue\">internal</span> <span style=\"color:blue\">abstract</span> <span style=\"color:blue\">partial</span> <span style=\"color:blue\">class</span> SelectionCriterion<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=\"color:blue\">internal</span> <span style=\"color:blue\">abstract</span> <span style=\"color:blue\">bool</span> Evaluate(<span style=\"color:blue\">string</span> filename);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [System.Diagnostics.Conditional(<span style=\"color:#a31515\">&quot;SelectorTrace&quot;</span>)]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=\"color:blue\">protected</span> <span style=\"color:blue\">void</span> CriterionTrace(<span style=\"color:blue\">string</span> format, <span style=\"color:blue\">params</span> <span style=\"color:blue\">object</span>[] args)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.Console.WriteLine(<span style=\"color:#a31515\">&quot;&nbsp; &quot;</span> + format, args);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>\r\n<p>This appears to be the offending code... all the criterions write tracing output, even in the RELEASE build of DotNetZip.</p>\r\n<p>How can I turn this off?</p>\r\n<p>Thanks.</p>",
    "PostedDate": "2010-09-05T19:36:55.137-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "491164",
    "ThreadId": "226157",
    "Html": "<p>Hmm, seems to &nbsp;be a problem in the build. I'd expect that SelectorTrace would be undefined (OFF) for a release build.&nbsp;</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2010-09-09T03:35:04.423-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "491165",
    "ThreadId": "226157",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/workitem/11899\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2010-09-09T03:37:02.777-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]