lightcore

Lightcore IoC is returning the same instance when it should give a new one

I have the following code using the lightcore IoC container. But it fails with "NUnit.Framework.AssertionException: Contained objects are equal" which indicates that the objects that should be transient, are not. Is this a bug in lightcore, or am I doing it wrong? My German isn't good enough to read the documentation. [Test] public ...