Improve cached listen resubmission #33
Annotations
9 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Jellyfin.Plugin.ListenBrainz/Dtos/JellyfinMediaLibrary.cs#L27
Nullable value type may be null.
|
Build:
src/Jellyfin.Plugin.ListenBrainz/Managers/PlaybackTrackingManager.cs#L71
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
Build:
src/Jellyfin.Plugin.ListenBrainz/Managers/PlaybackTrackingManager.cs#L90
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
Build:
src/Jellyfin.Plugin.ListenBrainz/Managers/PlaybackTrackingManager.cs#L109
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
Build:
src/Jellyfin.Plugin.ListenBrainz/Dtos/JellyfinMediaLibrary.cs#L27
Nullable value type may be null.
|
Build:
src/Jellyfin.Plugin.ListenBrainz/Managers/PlaybackTrackingManager.cs#L71
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
Build:
src/Jellyfin.Plugin.ListenBrainz/Managers/PlaybackTrackingManager.cs#L90
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
Build:
src/Jellyfin.Plugin.ListenBrainz/Managers/PlaybackTrackingManager.cs#L109
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
Loading