The Common Service Locator is a great interface to program against for retrieving registered instances in an IoC container.
I've built a convention-based tool that registers instances with an IoC container, and I want it to be container agnostic.
Is there any project that attempts to create a standard way of registering instances with an IoC container so that each IoC provider can simply develop an adapter?
If not, I can probably get by with a delegate.