I have a very big problem with Prism 7.1.0.431.
I want to register type in unity container with interceptors like this
container.RegisterType(new Interceptor<TransparentProxyInterceptor>(), new InterceptionBehavior<MyBehavior>());
but its impossible. containerRegistry does not have method to register with interceptors.
in the other side when i trying to make
containerRegistry.GetContainer()
and call registerType directly on UnityContainer instance, it fails on RegisterType method
The type 'InjectionMember' is defined in an assembly that is not referenced. You must add a reference to assembly 'Unity.Abstractions,