From: Rob V. <rv...@do...> - 2013-04-15 20:41:56
|
I think right now the only usage of #if DEBUG is around the HTTP debugging feature I was actually going to remove the use of #if DEBUG entirely and make that an always available feature because it is useful outside of debug builds which reminds me that I still need to do this as part of finalizing 1.0.0 Rob On 4/13/13 1:36 PM, "Tomasz Pluskiewicz" <tom...@gm...> wrote: >Hi Rob > >I have hit this wall before already but I don't think I ever asked about >it. > >In the VDS.RDF.Options class there are some DEBUG conditionals, which >make it impossible to build the test project under release. > >A cleaner solution is to use ConditionalAttribute on void methods so >that they will only be executed in debug build. And there will be a >fair amount less of those ugly #if DEBUG :) > >Thanks, >Tom > >-------------------------------------------------------------------------- >---- >Precog is a next-generation analytics platform capable of advanced >analytics on semi-structured data. The platform includes APIs for building >apps and a phenomenal toolset for data science. Developers can use >our toolset for easy data analysis & visualization. Get a free account! >http://www2.precog.com/precogplatform/slashdotnewsletter >_______________________________________________ >dotNetRDF-develop mailing list >dot...@li... >https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |