chrido / NAdvisor

Runtime Aspects based on Castle DynamicProxy, nice to use in combination with DI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoFac Integration

chrido opened this issue · comments

Make something like this possible:

var container = new Autofac.Builder.ContainerBuilder();
container.Register(c => new Service()).As().AdviceJointPoints(MyJointPointDefinition);