testfx
testfx copied to clipboard
Prefer Dispose/DisposeAsync over TestCleanup methods
Enabled by default: False
Default severity: Info
Title: Prefer Dispose or DisposeAsync over TestCleanup methods
Flags any use of TestCleanup and suggests to refactor code to use Dispose/DisposeAsync.
We should add an exclusion of the method is marked with [Timeout] because there is no equivalent for Dispose/DisposeAsync.