ImageSharp icon indicating copy to clipboard operation
ImageSharp copied to clipboard

Fix Image.Identify/IdentifyAsync byte array/file overloads still referring to a stream argument in documentation

Open UnknownShadow200 opened this issue 3 years ago • 2 comments

Prerequisites

  • [x] I have written a descriptive pull-request title
  • [x] I have verified that there are no overlapping pull-requests open
  • [x] I have verified that I am following the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules :cop:.
  • [ ] I have provided test coverage for my change (where applicable)

Description

The Image.Identify/IdentifyAsync overloads that took byte arrays or file paths as the input argument still referred to them as a stream in their documentation

UnknownShadow200 avatar Aug 18 '22 11:08 UnknownShadow200

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 18 '22 11:08 CLAassistant

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Aug 18 '22 11:08 CLAassistant

Replaced by #2317 as the APIs are being refactored. @UnknownShadow200 thanks for your help here!

JimBobSquarePants avatar Jan 14 '23 23:01 JimBobSquarePants