✨ Add TryGetMimeType
📝 Add XML documentation
♻️ Update GetMimeType to use TryGetMimeType
💥 Return null instead of string.Empty in GetExtension (this needs appropriate review)
Great PR, thank you! I changed one line to continue to return string.Empty instead of null . Changing this could be a breaking change and there are a lot of users. I wouldn't want to break anything on them.
Here you are, mate! @samuelneff
✨ Add TryGetMimeType 📝 Add XML documentation ♻️ Update GetMimeType to use TryGetMimeType 💥 Return null instead of string.Empty in GetExtension (this needs appropriate review)
Fixes #112 Fixes #113