MCCoolMoDAue

Results 2 issues of MCCoolMoDAue

I ran into the issue that you cannot delegate factories with the AsSingleton() method. ```csharp container.Register((c, o) => { var dependency = c.Resolve(); return new MyConcreteClass(() => dependency.AFunction); }).AsSingleton(); ```...

We were thinking to use the async appender in our product, but it has no strong name. Therefore it also cannot be put into the GAC. Please sign your dlls.