neilharvey / FileSignatures

A small library for detecting the type of a file based on header signature (also known as magic number).
MIT License
250 stars 41 forks source link

Implemented nullable reference types #24

Closed neilharvey closed 4 years ago

neilharvey commented 4 years ago

Minor tweaks to clarify the expected result type using C#8 nullable reference types