Looking at the code for Args.cs it's got a conditional compile, depending 
on the .Net version - and it looks like it's using the "old" version, from 
my usage of the code.

This is making my testing code (slightly) more complex - is there any 
reason why it is doing this?

Checking the repo - the debug compile has this:

    <DefineConstants>TRACE;DEBUG;DOTNET35</DefineConstants>

and the release compile has this:

    <DefineConstants>TRACE;dotNet2 DOTNET35</DefineConstants>


That missing semicolon is going to have...interesting side-effects.

Andy

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino.Mocks" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rhinomocks?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to