Hi Steve, RM falls over if you enable the VS2010 test runner to run in multiple threads, RM was obviously not designed with thread safety in mind. That was the first issue, so we currently run a modified RM to add thread safety.
We also had an issue with running out of memory in tests (we have around 2500 with most tests using at least some mocks/stubs). I suspect this is because RM "leaks" assemblies when it dynamically creates the proxies, but that's just a guess. I seemed to get around this by enabling the VS2010 test runner to run in native x64 on supporting processors. This seems to have fixed, or at least postponed the issue. Tim On 25 April 2011 13:15, Stephen Bohlen <[email protected]> wrote: > Tim: > > Does this imply that you are having issues w RM *other* than .net4-related? > > -Steve B. > ------------------------------ > *From: * Tim Haughton <[email protected]> > *Sender: * [email protected] > *Date: *Mon, 25 Apr 2011 11:06:04 +0100 > *To: *<[email protected]> > *ReplyTo: * [email protected] > *Subject: *Re: [RhinoMocks] Re: Plans for .NET Framework 4.0 > > We're using it on a massive .Net 4project. > > The only issues we have aren't related the the framework. > > Tim > > On 24 April 2011 12:47, bill richards <[email protected]>wrote: > >> I've used Rhino Mocks on a couple of .Net 4.0 projects since February >> last year (2010) ... no issues, no bugs. >> >> On Apr 22, 6:28 pm, joel <[email protected]> wrote: >> > My team is investigating Rhino Mocks to determine if it will work for >> > us as a mock framework in our development environment. Two questions >> > came up that I hoped you would be able to answer: >> > >> > 1) Will Rhino Mocks support version 4.0 of the .NET Framework? >> > >> > 2) Is there someone actively developing and supporting Rhino Mocks? >> >> -- >> 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. > > -- > 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.
