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
Currently there is the ability to change the default disposal scope provider through the constructor. There are a two different better ways to handle this at compile time vs at locate time.
Custom default lifestyle that applies custom disposal logic
Replace the IDisposalScopeExpressionCreator to wire in logic for disposal
The text was updated successfully, but these errors were encountered:
Currently there is the ability to change the default disposal scope provider through the constructor. There are a two different better ways to handle this at compile time vs at locate time.
IDisposalScopeExpressionCreator
to wire in logic for disposalThe text was updated successfully, but these errors were encountered: