There is a comment in this issue that indicates rebuilding DP using the 4.0 compiler will fix the problem: http://issues.castleproject.org/issue/DYNPROXY-72
On Wed, Sep 1, 2010 at 2:12 AM, Stephen Bohlen <[email protected]> wrote: > Maybe its single responsibility is to hold every operation known to mankind > :) > > Seriously, though, if we're certain that this is VS2008-debugger-related > I'd be glad to test under VS2010 and report results. Are we saying that all > we need to repro this issue is ANY interface with 170 props/methods --? > > Steve Bohlen > [email protected] > http://blog.unhandled-exceptions.com > http://twitter.com/sbohlen > > > > On Tue, Aug 31, 2010 at 12:08 PM, Tim Barcz <[email protected]> wrote: > >> 170? Someone needs to learn SRP and ISP... Good lord. >> >> I would also say don't mock interfaces you don't own...wrap it and >> provide an interface you do own (will be a very thin layer. >> >> On Aug 24, 2010, at 7:27 AM, A <[email protected]> wrote: >> >> > I want to mock a third party interface that contains approx. 170 >> > public properties and methods. Executing the test (without debugging) >> > takes up to 5 seconds, but when debugging the mock instantiation step >> > takes couple of minutes. >> > >> > Is there any workaround to somehow reduce the time of execution? >> > >> > -- >> > 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]<rhinomocks%[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]<rhinomocks%[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]<rhinomocks%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rhinomocks?hl=en. > -- Jono -- 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.
