-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Windsor needs `TypeUtil.GetAllInterfaces`, so make it public again. * Windsor is currently relying on `DelegateProxyGenerator`, but there is now another, more public API to build delegate proxies (see PR #436) so that class can now be removed. The unit tests for it are rewritten in terms of the newer API to demonstrate that it is indeed a suitable replacement.
- Loading branch information
Showing
6 changed files
with
5 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 0 additions & 71 deletions
71
src/Castle.Core/DynamicProxy/Contributors/DelegateProxyTargetContributor.cs
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
src/Castle.Core/DynamicProxy/Generators/DelegateMembersCollector.cs
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
src/Castle.Core/DynamicProxy/Generators/DelegateProxyGenerationHook.cs
This file was deleted.
Oops, something went wrong.
133 changes: 0 additions & 133 deletions
133
src/Castle.Core/DynamicProxy/Generators/DelegateProxyGenerator.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters