-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
2019 onlyFeatures/bugs that are only applicable to DisposableFixer 2019/Visual Studio 2019Features/bugs that are only applicable to DisposableFixer 2019/Visual Studio 2019feature request
Description
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();dansoper
Metadata
Metadata
Assignees
Labels
2019 onlyFeatures/bugs that are only applicable to DisposableFixer 2019/Visual Studio 2019Features/bugs that are only applicable to DisposableFixer 2019/Visual Studio 2019feature request