Closed ArturDorochowicz closed 2 months ago
This is about using async where it's available.
Some of the changed places used SafeDispose() earlier. Not sure how important that was, but it wasn't used consistently.
SafeDispose()
SafeDispose is trying to swallow any exceptions from Dispose(), which isn't terribly uncommon here and there
This is about using async where it's available.
Some of the changed places used
SafeDispose()
earlier. Not sure how important that was, but it wasn't used consistently.