mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-10 01:35:45 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| Jellyfin.Api.Tests | ||
| Jellyfin.Common.Tests | ||
| Jellyfin.Controller.Tests | ||
| Jellyfin.Dlna.Tests | ||
| Jellyfin.Extensions.Tests | ||
| Jellyfin.MediaEncoding.Hls.Tests | ||
| Jellyfin.MediaEncoding.Keyframes.Tests | ||
| Jellyfin.MediaEncoding.Tests | ||
| Jellyfin.Model.Tests | ||
| Jellyfin.Naming.Tests | ||
| Jellyfin.Networking.Tests | ||
| Jellyfin.Providers.Tests | ||
| Jellyfin.Server.Implementations.Tests | ||
| Jellyfin.Server.Integration.Tests | ||
| Jellyfin.Server.Tests | ||
| Jellyfin.XbmcMetadata.Tests | ||
| coverletArgs.runsettings | ||
| jellyfin-tests.ruleset | ||