I need to add AOP to capabilities to a project I am working on. Basically I need to add aspects to all classes in the current assembly implementing a given interface. I tried implementing this feature using PostSharp' IAspectProvider, but unfortunately that functionality is only presented in the paid version. I then tried Castle's DiscoveryProxy, but its implementation based on proxies does not seem to be useful on what I am trying to archive.
Do you guys have any experience implementing this with some other AOP library?
Thanks
