ZeroIoC icon indicating copy to clipboard operation
ZeroIoC copied to clipboard

protected member declared in sealed type

Open appel1 opened this issue 9 months ago • 2 comments

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.

appel1 avatar May 30 '24 08:05 appel1