From: Tomasz P. <tom...@gm...> - 2013-04-15 20:46:54
|
Actually I have already done that in my fork of the library. It may be a bit tangled with other stuff I was trying to get TeamCity to play along so I will patch those changes over to the main repository. On Mon, Apr 15, 2013 at 10:40 PM, Rob Vesse <rv...@do...> wrote: > 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 > > > > > > ------------------------------------------------------------------------------ > 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 |