Robertscorp / Slender.Dependencies

A .NET library to register your project's dependencies without being tied to a specific dependency injection container.
MIT License
0 stars 0 forks source link

Add a factory to the dependency collection for providing default behaviours for new builders #17

Closed Robertscorp closed 9 months ago

Robertscorp commented 1 year ago

This factory can by default return the Default Registration Behaviour, but is settable so that consumers can provide default behaviours without having to set it per dependency

Robertscorp commented 9 months ago

DependencyBuilders were removed in #34