jellyfin/tests/Jellyfin.Model.Tests
Bond_009 2dcb2f8a9f Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-22 16:48:31 +01: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
Drawing Remove incorrect mime type image/jpg 2022-01-04 10:40:16 +01: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 Remove incorrect mime type image/jpg 2022-01-04 10:40:16 +01:00
Jellyfin.Model.Tests.csproj Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00