Skip to content

v1.3

Compare
Choose a tag to compare
@neilharvey neilharvey released this 06 Jul 12:13
· 186 commits to master since this release

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.