dadhi / DryIoc

DryIoc is fast, small, full-featured IoC Container for .NET
MIT License
1.03k stars 122 forks source link

RegisterInstance in principle does not support non Singleton reuse but InstanceFactory still allows to pass different reuse #486

Closed dadhi closed 2 years ago

dadhi commented 2 years ago

There is a tail of not removed obsolete code, allowing to pass custom IReuse to InstanceFactory.Of constructors. Those should be removed.