Fix S2953 FP: Implement IDisposable.Dispose
on extension methods static
class
#9679
Labels
IDisposable.Dispose
on extension methods static
class
#9679
Description
S2953 raised a false positive on a
static
class.Repro steps
We have an extension method on
Lazy
to dispose it, but only if the value was created.Expected behavior
S2953 is not raised.
Actual behavior
S2953 is raised.
Known workarounds
Suppress
Related information
The text was updated successfully, but these errors were encountered: