When Container is constructed directly rather than via ContainerBuilder, the
default modules for IEnumerable/Lazy/Meta/Func etc are not registered. This
isn't obvious, but exists as a way to avoid those modules if for some reason
one needs to be excluded.
To maintain this ability but avoid the common pitfall of using the constructor
directly, we can make the constructor protected.
Original issue reported on code.google.com by nicholas...@gmail.com on 17 Jul 2010 at 7:10
Original issue reported on code.google.com by
nicholas...@gmail.com
on 17 Jul 2010 at 7:10