4 - Applied Ernst Naezer <enix@ch10.shuis.tudelft.nl> patch. Quoting:
\r
6 . added support for xml config next to the script in the AspectSharp facility
\r
7 . added the support AssignableFrom in the AspectSharp xml engine builder
\r
8 . added support for generic type matching to AspectSharp
\r
10 This is how your facility config could now look like;
\r
14 type="Castle.Facilities.AspectSharp.AspectSharpFacility, Castle.Facilities.AspectSharp">
\r
18 <interceptor key="key" type="ListInterceptor" refTypeEnum="Type"/>
\r
21 <aspect name="McBrother">
\r
23 <assignable type="System.Collections.Generic.IList`1" refTypeEnum="Type" />
\r
25 <pointcut symbol="Method">
\r
26 <signature>(* Add(*))</signature>
\r
27 <interceptor type="key" refTypeEnum="Link" />
\r