-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Hi!
We want to override MethodProcessor for change some behaviours. I make some testing but I cannot replace original MethodProcessor. @ENikS Some ideas for that?
Sample code:
public class CustomMethodProcessor : MethodProcessor
{
public CustomMethodProcessor(IPolicySet policySet, UnityContainer container) : base(policySet, container)
{
}
}
But using Register doesn't Works:
var container = new UnityContainer();
container.RegisterType<MethodProcessor, CustomMethodProcessor>();
I'm tying to use Extension but no lucky :(
Regards,
Metadata
Metadata
Assignees
Labels
No labels