You could make things easier by having your unit tests written for .NET 3.5, but your application code can still target 2.0. I did this a lot when the company I was working for was slow to push 3.5 out to the users. Devs had it on their machines (and we're the only ones that ran the unit tests), so we used Rhino.Mocks + .NET 3.5 in the unit tests.
--- Patrick Steele http://weblogs.asp.net/psteele On Thu, Nov 18, 2010 at 11:46 AM, rssole <[email protected]> wrote: > Perhaps someone will wonder why using full static invocation syntax > instead of extensions, delegates instead of lambdas etc. > well I am refactoring and adding unit tests to some old .net 2.0 (c# > 2.0) project where extensions and other c# 3.0 stuff is out of reach :) > > -- > You received this message because you are subscribed to the Google Groups > "Rhino.Mocks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhinomocks?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhinomocks?hl=en.
