R
Ray Cassick \(Home\)
I have started using this on a regular basis and have a question regarding
conditional compilation.
I have all my test cases wrapped in an #if/#endif that checks to see if the
build is debug or not so when I do a release build I am not compiling in the
test cases. This seems to be working all fine and dandy, but I was wondering
if there is a way to remove the reference to the nunit assembly for a
release build as well.
conditional compilation.
I have all my test cases wrapped in an #if/#endif that checks to see if the
build is debug or not so when I do a release build I am not compiling in the
test cases. This seems to be working all fine and dandy, but I was wondering
if there is a way to remove the reference to the nunit assembly for a
release build as well.