views:

77

answers:

0

I am getting this fxcop warning even though my objects do not have finalizers I just have the simple IDisposable.Dispose() method in place. Is this rule really telling me I should implement finalizers? I don't have any unmanaged resources to finalize so I wouldn't have the need for the advanced Dispose(bool) pattern with suppress finalize.