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
When dynamically instancing and destroying LifetimeScopes, the Types do not get removed from the Diagnostics Window and the RefCount on Contracts does only increase.
I would rather expect a behaviour, where the Type gets removed and the RefCount (e.g., on a contract of the ProjectInstaller) decreases everytime when the Dispose() method is called on a LifetimeScope, that implements a specific ContractType.
The text was updated successfully, but these errors were encountered:
When dynamically instancing and destroying LifetimeScopes, the Types do not get removed from the Diagnostics Window and the RefCount on Contracts does only increase.
I would rather expect a behaviour, where the Type gets removed and the RefCount (e.g., on a contract of the ProjectInstaller) decreases everytime when the Dispose() method is called on a LifetimeScope, that implements a specific ContractType.
The text was updated successfully, but these errors were encountered: