This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Description
Transient dependencies - instantiated per Resolver/per POCO.
Only delegate and type Dependency can be transient.
Register<T> and RegisterFromMethod should return ContainerBuilder's "view" (interface) that supports calling AsTransient() (can do with explicit interface implementation). Other Register... methods should return basic ContainerBuilder.