ZeroIoC
ZeroIoC copied to clipboard
protected member declared in sealed type
Is there a plan here to allow inheriting from a container or should the scope ctor be private?
6>Container_ZeroIoCContainer.cs(78,19): Warning CS0628 : 'Container.Container(Dictionary<Type, IInstanceResolver>, Dictionary<Type, IInstanceResolver>, bool)': new protected member declared in sealed type
It would be useful to allow inheritance and let inheritors add more registrations.