aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Collections/CollectionImageProvider.cs
AgeCommit message (Collapse)Author
2022-12-05Replace != null with is not nullBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2020-04-14Added the last missing documentationPatrick Barron
2020-04-14Clean up and document CollectionImageProvider.csPatrick Barron
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-01-31Fix warningsBond_009
2019-12-11More warnings (removed)Bond_009
2019-12-11Merge pull request #2041 from Bond-009/warn11dkanada
Fix more warnings
2019-11-27Fix more warningsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-02-09Removed some unused fieldsBond_009
2019-02-02Remove MoreLINQBond_009
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part A-DaErwin de Haan
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-18update owned itemsLuke Pulverenti
2017-08-07consolidate interfacesLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-19update image methodsLuke Pulverenti
2016-11-03move classes to portable server libLuke Pulverenti