jellyfin/MediaBrowser.Common
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
..
Configuration Enable nullable reference types for MediaBrowser.Common 2021-05-05 12:57:01 +02:00
Events Enable nullable reference types for MediaBrowser.Common 2021-05-05 12:57:01 +02:00
Extensions Minor improvements 2021-08-04 14:40:09 +02:00
Net Remove more warnings 2021-12-27 07:38:06 -07:00
Plugins Minor improvements 2021-08-15 23:48:19 +02:00
Progress Enable nullable reference types for MediaBrowser.Common 2021-05-05 12:57:01 +02:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
Providers Minor improvements 2021-08-04 14:40:09 +02:00
System Minor improvements 2020-04-01 15:30:53 +02:00
Updates Minor fixes 2021-06-06 18:11:51 +02:00
Crc32.cs Rewrite packet writing code for HdHomerun 2021-02-12 17:34:51 +01:00
FfmpegException.cs Move FfmpegException to MediaBrowser.Common 2021-10-10 19:48:11 +03:00
IApplicationHost.cs Very light cleanup in applicationhost 2021-11-13 14:37:26 +01:00
MediaBrowser.Common.csproj Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00