jellyfin/Emby.Server.Implementations/Library
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
..
Resolvers TV extras (#7178) 2022-02-04 20:44:38 +01:00
Validators Update StyleCop 2021-12-24 18:28:27 +01:00
CoreResolutionIgnoreRule.cs Fix extras folders 2021-12-20 12:15:20 +01:00
ExclusiveLiveStream.cs Remove the unused arg 2021-09-10 09:56:48 +02:00
IgnorePatterns.cs Enable nullable reference types for Emby.Server.Implementations 2021-05-20 22:48:53 +02:00
LibraryManager.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
LiveStreamHelper.cs More cleanup 2021-12-27 14:20:05 +00:00
MediaSourceManager.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
MediaStreamSelector.cs Fix indentation 2022-02-14 16:31:07 +01:00
MusicManager.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
PathExtensions.cs Add ability to search by - 2021-12-31 08:51:50 -07:00
ResolverHelper.cs Enable nullable reference types for Emby.Server.Implementations 2021-05-20 22:48:53 +02:00
SearchEngine.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
SplashscreenPostScanTask.cs suggestions from review 2022-01-10 10:59:32 -07:00
UserDataManager.cs More cleanup 2021-12-27 14:20:05 +00:00
UserViewManager.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00