| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-04-28 | Merge pull request #7654 from Shadowghost/nfo-provider-fix | Cody Robibero | |
| Prefer MetadataProvider enum as provider id key over arbitrary strings (cherry picked from commit a2abae3014578e8d9c7f1b54140fe3dcf1503ad2) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-03-03 | fix HasProviderId and add tests | cvium | |
| 2021-03-03 | revert removal of null check | cvium | |
| 2021-03-03 | return false when providerid is null or empty | cvium | |
| 2021-03-01 | Revert breaking change | Bond_009 | |
| 2021-02-28 | MaybeNullWhen(false) -> NotNullWhen(true) | Bond_009 | |
| 2021-02-19 | Add tests for ProviderIdsExtensions | Bond_009 | |
| 2021-02-19 | TMDB: Also search with IMDB or TVDB Id if specified | Bond_009 | |
| 2020-12-14 | Fix get provider id extension | crobibero | |
| 2020-11-13 | Fix nullability errors in MediaBrowser.Model | crobibero | |
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-02-04 | Fix warnings MediaBrowser.Model | Bond_009 | |
| 2019-01-17 | Reformat JustAMan review pt2 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: MediaBrowser.Model | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2018-12-27 | Add GPL modules | Andrew Rabert | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2014-05-08 | fix portable and 3.5 project references | Luke Pulverenti | |
