DotNetAnalyzers/IDisposableAnalyzers

[IDISP004] Use explicit discard to silence warning.

Pretasoc opened this issue · 0 comments

It would be nice, if i could disable a IDISP004 by using an explicit discard like this.

_ = GetDisposable()

It would be fine for me, if i'd to activate that behavior with a switch or entry in the editorconfig file.