Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.Core
Commit: 6bb88c31729a6893ed060c83d8e52a46880c9624
http://github.com/castleproject/Castle.Core/commit/6bb88c31729a6893ed060c83d8e52a46880c9624
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-05-03 (Mon, 03 May 2010)
Changed paths:
M src/Castle.Core.Tests/App.config
M src/Castle.Core.Tests/DynamicProxy.Tests/ExplicitInterfaceTestCase.cs
M
src/Castle.Core/DynamicProxy/Contributors/InheritanceInvocationWithDelegateTypeGenerator.cs
Log Message:
-----------
- implemented verifiable way of proxying explicitly implemented generic
interface methods for class proxy. It's two orders of magnitude slower than
non-verifiable approach (see previous revision) but it is verifiable and works,
so I think it's better.
Unless someone comes waving their hands complaining abou poor performance I'd
stick to this approach.
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" 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/castle-project-commits?hl=en.