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 CustomRegistrationBehaviour Builder that can build a more customised RegistrationBehaviour #11

Closed Robertscorp closed 9 months ago

Robertscorp commented 1 year ago

This would use the builder pattern, and store behaviours as delegates. Create a CustomRegistrationBehaviour class, which takes in the delegates through the constructor.

Robertscorp commented 1 year ago

Replace the Default Behaviour with this - maybe call it DependencyBehaviourBuilder

Possibly rename IDependencyBuilderBehaviour to IDependencyBehaviour.

While doing renames and things, look into the concept of "Behaviour" and see if it has a better name

Robertscorp commented 9 months ago

DependencyBuilder and IDependencyBehaviour were removed in #34