jellyfin/Emby.Dlna
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
..
Common Fixes spelling. 2020-11-18 13:23:45 +00:00
Configuration Enable nullable in more files 2021-07-26 23:02:32 +02:00
ConnectionManager Remove useless code 2021-04-01 19:16:00 +02:00
ContentDirectory Properly populate QueryResult 2022-01-20 08:53:06 -07:00
Didl Error on SA1316 2022-01-05 10:58:57 +01:00
Eventing Remove all instances of en-US culture 2021-09-26 09:11:25 -06:00
Images Optimize images 2020-09-21 17:01:50 -04:00
Main Create a store key constant for network 2021-11-24 13:42:14 +01:00
MediaReceiverRegistrar Remove unused using directives 2021-04-17 11:37:55 +01:00
PlayTo Fix warning SA1414 and CA1849 2022-01-10 10:57:32 +01:00
Profiles More cleanup 2021-12-27 14:20:05 +00:00
Properties Add tests for GetUuid 2020-12-01 15:12:55 +01:00
Server More cleanup 2021-12-27 14:20:05 +00:00
Service Fix warning SA1414 and CA1849 2022-01-10 10:57:32 +01:00
Ssdp Enable nullable reference types for Emby.Dlna 2021-05-07 14:43:50 +02:00
ConfigurationExtension.cs Enable nullable reference types for Emby.Dlna 2021-05-07 14:43:50 +02:00
ControlRequest.cs Enable nullable reference types for Emby.Dlna 2021-05-07 14:43:50 +02:00
ControlResponse.cs Enable nullable in more files 2021-07-26 23:02:32 +02:00
DlnaConfigurationFactory.cs Enable nullable reference types for Emby.Dlna 2021-05-07 14:43:50 +02:00
DlnaManager.cs remove unnecessary ToList in DlnaManager 2022-01-03 15:31:08 -03:00
Emby.Dlna.csproj Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00
EventSubscriptionResponse.cs Enable nullable in more files 2021-07-26 23:02:32 +02:00
IConnectionManager.cs Rename IEventManager to IDlnaEventManager 2020-08-13 15:47:31 -04:00
IContentDirectory.cs Rename IEventManager to IDlnaEventManager 2020-08-13 15:47:31 -04:00
IDlnaEventManager.cs Merge branch 'master' into event-rewrite-1 2020-08-24 20:04:13 -04:00
IMediaReceiverRegistrar.cs Rename IEventManager to IDlnaEventManager 2020-08-13 15:47:31 -04:00
IUpnpService.cs Fix some warnings 2020-02-23 12:11:43 +01:00