In my project I register many ISerializers implementations with the assembly scanner. FWIW this is the code that registers my ISerializers
This is a follow up question to my previous question. I am trying to write test case for my ServiceLocator class but it gives me the following error:
Right now we use DI/IOC and when we need to pass extra parameters to a constructor we use a factory class e.g.