jellyfin/Emby.Server.Implementations
Bond_009 f50a250cd9 Optimize Guid comparisons
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
2022-02-21 14:15:09 +01:00
..
AppBase More cleanup 2021-12-27 14:20:05 +00:00
Archiving Use System.IO.Compression instead of SharpCompress for zips 2021-12-18 17:52:38 +01:00
Branding Apply code review suggestions 2020-04-19 13:39:12 -04:00
Channels Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Collections Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Configuration Enable nullable reference types for Emby.Server.Implementations 2021-05-20 22:48:53 +02:00
Cryptography Replace PBKDF2-SHA1 with PBKDF2-SHA512 2021-11-10 22:34:54 +01:00
Data Merge pull request #7322 from Bond-009/db2 2022-02-16 20:47:33 -07:00
Devices More cleanup 2021-12-27 14:20:05 +00:00
Dto Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
EntryPoints Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
HttpServer Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Images Fix some warnings 2022-02-15 18:59:46 +01:00
IO Fix some warnings 2022-02-14 14:46:04 +01:00
Library Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
LiveTv Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Localization Translated using Weblate (Czech) 2022-02-15 01:13:23 -05:00
MediaEncoder Use our own Contains extension 2021-12-20 13:31:07 +01:00
Net Always create TaskCompletionSource<T> with TaskCreationOptions.RunContinuationsAsynchronously 2022-01-22 17:06:57 +01:00
Playlists Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Plugins Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Properties Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing 2021-09-02 21:28:00 +02:00
QuickConnect Update StyleCop 2021-12-24 18:28:27 +01:00
ScheduledTasks Fix some warnings 2022-02-15 18:59:46 +01:00
Serialization Use static lambdas 2021-12-19 10:27:57 +01:00
Session Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Sorting More cleanup 2021-12-27 14:20:05 +00:00
SyncPlay Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
TV Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Udp Fix option to disable server discovery 2022-02-14 14:39:33 +01:00
Updates Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
ApplicationHost.cs Fix some warnings 2022-02-15 18:59:46 +01:00
ConfigurationOptions.cs Remove unused using directives 2021-04-17 11:37:55 +01:00
Emby.Server.Implementations.csproj Update to dotnet 6.0.2 2022-02-08 17:36:20 -07:00
IStartupOptions.cs Document IStartupOptions 2021-10-02 11:54:31 -04:00
ServerApplicationPaths.cs Fix warnings in ServerApplicationPaths 2021-10-03 21:41:22 -04:00