testfx icon indicating copy to clipboard operation
testfx copied to clipboard

Prefer Dispose/DisposeAsync over TestCleanup methods

Open Evangelink opened this issue 1 year ago • 1 comments

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.

Evangelink avatar Feb 19 '24 08:02 Evangelink

We should add an exclusion of the method is marked with [Timeout] because there is no equivalent for Dispose/DisposeAsync.

Evangelink avatar Feb 23 '24 09:02 Evangelink

✅ Successfully linked to Azure Boards work item(s):

testplatform-bot avatar Mar 15 '24 17:03 testplatform-bot