Skip to content

CC0029 should not be reported for Dispose(bool) #107

@sharwell

Description

@sharwell

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).

This is a sub-task of #95.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions