Closed Robertscorp closed 9 months 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
DependencyBuilder and IDependencyBehaviour were removed in #34
This would use the builder pattern, and store behaviours as delegates. Create a CustomRegistrationBehaviour class, which takes in the delegates through the constructor.