unity-2

Unity 2.0: How to use Resolve with ResolverOverride?

I started doing more and more work with Unity. I notice that Resolver method takes a params argument ResolverOverride. Can someone give me an example how I can use ResovlerOverride or point me some other source where I can get more clues. ...

NServiceBus with Unity 2.0?

Anyone using NServiceBus 2.0 successfully with Unity 2.0? I've tried to compile sources of NServiceBus.ObjectBuilder.Unity.dll against Unity 2.0 assemblies but got several compile-time errors because of changed/deleted signatures of many object methods in new Unity. In the documentation Udi Dahan says that attaching any container is a...