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
We should issue a warning in case the IDisposable.Dispose method is mis-used to solely unregister from events.
Such usage would indicate that the Dispose pattern is mis-used for an event management.
The text was updated successfully, but these errors were encountered:
We should issue a warning in case the
IDisposable.Dispose
method is mis-used to solely unregister from events.Such usage would indicate that the Dispose pattern is mis-used for an event management.
The text was updated successfully, but these errors were encountered: