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 CC0029 is reported if Dispose(bool) does not contain a call to GC.SuppressFinalize. This is not correct; the call to GC.SuppressFinalize should be in the method which implements IDisposable.Dispose() (which may be an explicit implementation of the interface method).
Currently CC0029 is reported if
Dispose(bool)
does not contain a call toGC.SuppressFinalize
. This is not correct; the call toGC.SuppressFinalize
should be in the method which implementsIDisposable.Dispose()
(which may be an explicit implementation of the interface method).This is a sub-task of #95.
The text was updated successfully, but these errors were encountered: