| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-15 | Remove Emby.Dlna | Patrick Barron | |
| 2022-12-05 | Replace != null with is not 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-07-26 | Enable nullable in more files | Bond_009 | |
| 2021-05-07 | Enable nullable reference types for Emby.Dlna | Bond_009 | |
| 2020-09-13 | ContentDirectory | Jim Cartlidge | |
| 2020-08-31 | migrate to IHttpClientFactory in Emby.Dlna | crobibero | |
| 2020-08-20 | Fix all warnings in Emby.Dlna | Bond_009 | |
