Wolfgang Kluge

Results 13 issues of Wolfgang Kluge

Hi, when I try to get the composite pattern to work with generics, I get a StackOverflowException.. ```c# void CompositeTest() { using (var container = new ServiceContainer()) { container.Register(); container.Register();...

Bug

Hi, this might be linked to #465. I'm still trying to get the composition-pattern to work and I realized, that I can get it somewhat to work, if I don't...

While `Lazy` is supported, `IEnumerable` is not (as well as `IEnumerable`). What I want is to load all registered instances but only create a few of them at a time....