C# IoC Container that scans the bin folder

144 Views Asked by At

I am looking for an IoC container that scans all types in all assemblies within the bin folder AND is compatible with mono.

I used to use LightCore, which took a little configuration to declare the implementation of a specific interface, and then automagically resolves it, but it doesn't seem to be compatible with mono...

I have tried TinyIoC too, but that one only scans types within referenced assemblies, and my problem is that the assembly that contains the implementation cannot be referenced by my other project that needs to resolve it (circular reference issue).

Thanks!

0

There are 0 best solutions below