| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-26 | Optimize migrations (#13855) | Tim Eisele | |
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-11-16 | Update projects to .NET 9 (#13023) | Bond-009 | |
| 2023-04-06 | Remove redundant ToString call | Stepan Goremykin | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 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); ``` | |||
| 2021-08-15 | Minor improvements | Bond_009 | |
| 2021-05-06 | Merge pull request #5982 from Bond-009/nullable | Bond-009 | |
| 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-05-05 | Enable nullable reference types for MediaBrowser.Common | Bond_009 | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2020-12-23 | Changes as requested | BaronGreenback | |
| 2020-12-18 | reverted change | BaronGreenback | |
| 2020-12-18 | corrected. | BaronGreenback | |
| 2020-12-18 | Renamed Guid property to Id | Greenback | |
| 2020-12-18 | Removed maxAbi | Greenback | |
