From: Tomasz P. <tom...@gm...> - 2013-04-13 20:37:43
|
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 |