jellyfin/Emby.Server.Implementations
2022-12-19 18:44:13 -07:00
..
AppBase Replace != null with is not null 2022-12-05 15:01:13 +01:00
Branding Apply code review suggestions 2020-04-19 13:39:12 -04:00
Channels Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Collections Replace != null with is not null 2022-12-05 15:01:13 +01:00
Configuration Enable nullable reference types for Emby.Server.Implementations 2021-05-20 22:48:53 +02:00
Cryptography Don't use deprecated HashAlgorithm.Create(string) 2022-12-07 16:44:00 +01:00
Data Improve DB perf for everyone not using debug logging (#8827) 2022-12-14 22:03:38 +01:00
Devices More cleanup 2021-12-27 14:20:05 +00:00
Dto Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00
EntryPoints Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00
HttpServer Replace == null with is null 2022-12-05 15:00:20 +01:00
Images Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00
IO Merge pull request #8922 from Bond-009/distinctby 2022-12-19 20:13:48 +01:00
Library Use Order() introduced in .NET 7 (#8923) 2022-12-19 09:30:00 -07:00
LiveTv Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00
Localization Translated using Weblate (Dutch) 2022-12-17 06:51:13 -05:00
MediaEncoder Replace != null with is not null 2022-12-05 15:01:13 +01:00
Net Replace != null with is not null 2022-12-05 15:01:13 +01:00
Playlists Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Plugins Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Properties Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing 2021-09-02 21:28:00 +02:00
QuickConnect Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
ScheduledTasks Replace != null with is not null 2022-12-05 15:01:13 +01:00
Serialization Use static lambdas 2021-12-19 10:27:57 +01:00
Session Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Sorting Replace != null with is not null 2022-12-05 15:01:13 +01:00
SyncPlay Replace != null with is not null 2022-12-05 15:01:13 +01:00
TV Replace != null with is not null 2022-12-05 15:01:13 +01:00
Udp Fix option to disable server discovery 2022-02-14 14:39:33 +01:00
Updates Replace != null with is not null 2022-12-05 15:01:13 +01:00
ApplicationHost.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
ConfigurationOptions.cs Fix build errors 2022-12-07 16:42:28 +01:00
Emby.Server.Implementations.csproj chore(deps): update dotnet monorepo to v7.0.1 (#8900) 2022-12-15 20:13:11 -07:00
IStartupOptions.cs Document IStartupOptions 2021-10-02 11:54:31 -04:00
ServerApplicationPaths.cs Remove unused ImageByName API (#8928) 2022-12-19 18:44:13 -07:00