DisposableFixer icon indicating copy to clipboard operation
DisposableFixer copied to clipboard

Add System.Net.Http.StreamContext as tracking Disposable

Open BADF00D opened this issue 4 years ago • 0 comments

Prerequisites

  • [x] I have written a descriptive issue title
  • [x] I have verified that I am running the latest version of DisposableFixer: CURRENT
  • [x] I have searched open and closed issues to ensure it has not already been reported

Description

Source Code

var ms = new MemoryStream();
ExcelWorkbookCreator.CreateWorkbookWithOneSheet(ms, _importData);
RequestContent = new StreamContent(ms);

Screenshot

image

BADF00D avatar Apr 23 '21 05:04 BADF00D