I am unit testing some code and this code reinitializes Agatha for each test. Currently the following code is resulting to troubles:
It has a static IContainer reference! Why? :-)
I need to set Agatha.Common.InversionOfControl.IoC = null after each test as a work-around.
My take on this is that this is a bug.
The Initialize method should probably check the local container data field instead of the static container instance.
I don't have access to my ssh keys at the moment so I can't create a patch. Will create one tomorrow.
--
Ramon