Hi Andrew, for that reason I removed all conditionals from "my" codebase long time ago. https://github.com/alaendle/rhino-mocks/commit/e40092beebd3c6d08f9e9c4ab36a456cc8e930ef
It's only a offer, but maybe this codebase gives you a better start. Br, Andreas Am Freitag, 26. April 2013 11:56:52 UTC+2 schrieb Andrew Ducker: > > 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.
