This repository was archived by the owner on Nov 2, 2018. It is now read-only.
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
Should it be possible to add primitive types? #382
Closed
Description
Hi! There's a unit test that adds a primitive type as a singleton to the collection:
collection.AddSingleton("Hello World");
Should this really be possible? What would be a usage scenario for this?
Castle Windsor for example doesn't support it.