UnityConfiguration icon indicating copy to clipboard operation
UnityConfiguration copied to clipboard

Register with Injection Members

Open brianlow opened this issue 13 years ago • 1 comments

Support registrations with interception behaviors:

 container.RegisterType<interceptedtype>(                
      new Interceptor<InterfaceInterceptor>(),                
      new InterceptionBehavior<LoggingBehaviour>());

This can be supported by making RegistrationExpression.WithInjectionMembers() public (instead of internal)

brianlow avatar Nov 01 '12 19:11 brianlow

Is there a work arround? do I need to create a custom convertion class? Can anyone post a sample?

marcioparentedasilva avatar Aug 08 '14 07:08 marcioparentedasilva