aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/BaseItemExtensions.cs
AgeCommit message (Expand)Author
2025-07-27fix file modification date comparisons (#14503)evan314159
2023-10-08Use null propagationStepan Goremykin
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2021-12-24Update StyleCopBond_009
2021-10-03Fix warning: Qualifier is redundant (#2149)KonH
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-06-11Remove useless nullable directivesBond_009
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-20DeepCopy: Throw ArgumentNullException if one of the args is nullBond_009
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2019-04-02Speed up DeepCopyBond-009
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-07remove trailing whitespacehawken
2018-12-30Added extra extension method that create a new instance of the destination ob...Erwin de Haan
2018-12-30Fixed #320 by adding an extension method to BaseItem to make a deep copy of a...Erwin de Haan
2018-12-27Add GPL modulesAndrew Rabert