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
This is a straightforward diagnosic-only analyzer. Classes which include a user-defined finalizer should extend CriticalFinalizerObject (typically SafeHandle or CriticalHandle, or a class derived from one of those).
Since there are known exceptions to this guideline (e.g. Task), it should be reported only as a warning by default.
The text was updated successfully, but these errors were encountered:
This is a straightforward diagnosic-only analyzer. Classes which include a user-defined finalizer should extend
CriticalFinalizerObject
(typicallySafeHandle
orCriticalHandle
, or a class derived from one of those).Since there are known exceptions to this guideline (e.g.
Task
), it should be reported only as a warning by default.The text was updated successfully, but these errors were encountered: