jellyfin/tests/Jellyfin.Model.Tests
Ahmed Rafiq 6193fdea69 Use MimeTypes package to determine MIME type
This simplifies the code since we don't have to keep large mappings of extensions and MIME types.

We still keep the ability to override the mappings for:
- filling in entries not present in the package, for e.g. ".azw3"
- picking preferred extensions, for e.g. MimeTypes provides ".conf" as a possible extionsion for "text/plain", and while that is correct, ".txt" would be preferrable
- compatibility reasons
2021-12-04 20:08:16 +06:00
..
Cryptography Replace PBKDF2-SHA1 with PBKDF2-SHA512 2021-11-10 22:34:54 +01:00
Dlna Add regression test for ContainerProfile.ContainsContainer 2021-05-05 13:33:34 +02:00
Entities Fix warning: Using directive is not required by the code and can be safely removed (#2149) 2021-10-03 10:49:41 +07:00
Extensions Add property based testing 2021-06-05 13:32:22 +02:00
Net Use MimeTypes package to determine MIME type 2021-12-04 20:08:16 +06:00
Jellyfin.Model.Tests.csproj Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 2021-11-01 12:00:53 +00:00