You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Transient dependencies - instantiated per Resolver/per POCO.
Only delegate and type
Dependency
can be transient.Register<T>
andRegisterFromMethod
should returnContainerBuilder
's "view" (interface) that supports callingAsTransient()
(can do with explicit interface implementation). OtherRegister...
methods should return basicContainerBuilder
.The text was updated successfully, but these errors were encountered: