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
Otion to track transients via WeakReference<T> collection and dispose along with container.
Requestor can assume ownership of a newly created transient T instance by depending upon Unique<T> (which skips tracking the reference, but also throws for singletons), after which it must ensure correct disposal of the served transient, in its Dispose method or otherwise.
The text was updated successfully, but these errors were encountered:
Otion to track transients via
WeakReference<T>
collection and dispose along with container.Requestor can assume ownership of a newly created transient
T
instance by depending uponUnique<T>
(which skips tracking the reference, but also throws for singletons), after which it must ensure correct disposal of the served transient, in itsDispose
method or otherwise.The text was updated successfully, but these errors were encountered: