TonyValenti / Mime-Detective-clarkis117

Mime type detector for files, byte arrays, and streams, .NET Standard Fork
MIT License
38 stars 9 forks source link

Fix NullReferenceException reading Excel: 0.0.6-alpha1 #12 #13

Closed 1100594 closed 6 years ago

1100594 commented 6 years ago

Change the signature of method FindZipFile to FindZipType(ReadResult readResult) to enable the manipulation of readResult parameter. Remove commented code Add unit tests for the test of the getFileType extensions from byte array using jpg, docx, zip, xlsx and pptx files.

clarkis117 commented 6 years ago

Resolves #12