Skip to content

Add support for IAsyncDisposable #150

@TwentyFourMinutes

Description

@TwentyFourMinutes

Prerequisites

Version: 3.3.0

Description

If I dispose a MemoryStream with DisposeAsync the Analyzer still yells at me DF0010. I really searched the whole repo, but couldn't find anything regarding to async disposal.

Source Code

var memoryStream = new MemoryStream();

await memoryStream.DisposeAsync();

Metadata

Metadata

Assignees

No one assigned

    Labels

    2019 onlyFeatures/bugs that are only applicable to DisposableFixer 2019/Visual Studio 2019feature request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions