Seperate Funq into it's own package
I like using the funq ioc container. The original container doesn't have the auto resolve stuff, and seems to be abandoned (or finished*).
It would be cool to use just the servicestack.ioc container in projects without bringing in the whole of servicestack.

Extracting built-in functionality creates un-necessary friction and increases the number dependencies and moving parts, which we’re actively against.
-
Chris Gilligan commented
At least put an interface IContainer on the Container so things that need to support the container like IOC for other libs (Hangfire.Funq (i have custom version for ServiceStack.Funq)) don't need your whole set of libraries.