neilharvey / FileSignatures

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

Implemented nullable reference types #24

Closed neilharvey closed 5 years ago

neilharvey commented 5 years ago

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