jellyfin/MediaBrowser.Providers
Bond-009 ee637e8fec Fix warnings, improve performance (#1665)
* Fix warnings, improve performance

`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)

* Update Providers .csproj to latest C#

* Remove extra newline from DtoService.cs

* Remove extra newline from UserLibraryService.cs
2019-09-02 02:19:29 -04:00
..
Books More warning fixes 2019-08-29 22:28:33 +02:00
BoxSets Move and rename tmdb providers for better separation 2019-08-18 14:50:26 +02:00
Channels Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
Chapters Replaced injections of ILogger with ILoggerFactory 2019-01-20 21:05:12 +00:00
Folders Reformat JustAMan review pt2 changes 2019-01-17 20:24:39 +01:00
Genres Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
LiveTv Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
Manager Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
MediaInfo Fix more warnings 2019-09-01 18:39:23 +02:00
Movies Move and rename tmdb providers for better separation 2019-08-18 14:50:26 +02:00
Music More warning fixes 2019-08-29 22:28:33 +02:00
MusicGenres Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
Omdb Improvements to InstallationManager 2019-06-14 18:38:14 +02:00
People Move and rename tmdb providers for better separation 2019-08-18 14:50:26 +02:00
Photos Make all class implementing dynamically loaded interfaces public 2019-02-15 23:05:14 +01:00
Playlists Make all class implementing dynamically loaded interfaces public 2019-02-15 23:05:14 +01:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
Studios Check checksum for plugin downloads 2019-08-11 15:54:58 +02:00
Subtitles Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
Tmdb Fix style issues 2019-08-18 14:50:26 +02:00
TV Use regex to replace multiple spaces with one space 2019-09-01 21:44:34 -04:00
Users Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
Videos Reformat JustAMan review pt2 changes 2019-01-17 20:24:39 +01:00
Years Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
MediaBrowser.Providers.csproj Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00