jellyfin/MediaBrowser.Controller/Entities
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
..
Audio More warning fixes 2019-08-29 22:28:33 +02:00
Movies Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
TV Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
AggregateFolder.cs
AudioBook.cs
BaseItem.cs Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
BaseItemExtensions.cs Speed up DeepCopy 2019-04-02 18:17:50 +02:00
BasePluginFolder.cs
Book.cs
CollectionFolder.cs
DayOfWeekHelper.cs
Extensions.cs Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
Folder.cs Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
Genre.cs
ICollectionFolder.cs
IHasAspectRatio.cs
IHasDisplayOrder.cs
IHasMediaSources.cs
IHasProgramAttributes.cs
IHasScreenshots.cs
IHasSeries.cs
IHasSpecialFeatures.cs
IHasStartDate.cs
IHasTrailers.cs Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
IItemByName.cs
IMetadataContainer.cs
InternalItemsQuery.cs
InternalPeopleQuery.cs
ISupportsBoxSetGrouping.cs
ISupportsPlaceHolders.cs
ItemImageInfo.cs
LinkedChild.cs Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
MusicVideo.cs More warning fixes 2019-08-29 22:28:33 +02:00
PeopleHelper.cs
Person.cs
Photo.cs
PhotoAlbum.cs
Share.cs
SourceType.cs
Studio.cs
TagExtensions.cs
Trailer.cs
User.cs Improvements to UserManager 2019-08-16 21:06:11 +02:00
UserItemData.cs
UserRootFolder.cs
UserView.cs Seperate changes from #1023 2019-03-25 21:27:03 +01:00
UserViewBuilder.cs Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
Video.cs
Year.cs