v1.3
FileFormatInspector
now resets the stream back to it's original position.
For non-seekable streams, a NotSupportedException
will now be thrown to avoid the stream being consumed. In these instances, create a copy of the stream (for instance copy it into a MemoryStream
) before passing the copy into FileFormatInspector
.