Skip to content

CodeQL

CodeQL #7

Triggered via schedule March 7, 2024 02:26
Status Success
Total duration 9m 32s
Artifacts

ci-codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): MediaBrowser.Model/Dlna/CodecProfile.cs#L21
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Analyze (csharp): MediaBrowser.Model/Dlna/CodecProfile.cs#L23
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Analyze (csharp): MediaBrowser.Model/MediaInfo/BlurayDiscInfo.cs#L16
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Analyze (csharp): MediaBrowser.Model/MediaInfo/BlurayDiscInfo.cs#L28
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Analyze (csharp): MediaBrowser.Model/MediaInfo/BlurayDiscInfo.cs#L40
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Analyze (csharp): MediaBrowser.Model/Session/PlaybackProgressInfo.cs#L110
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Analyze (csharp): MediaBrowser.Model/Session/PlaybackStopInfo.cs#L66
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Analyze (csharp): MediaBrowser.Model/Session/PlayRequest.cs#L17
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Analyze (csharp): MediaBrowser.Model/Dlna/MediaOptions.cs#L60
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Analyze (csharp): MediaBrowser.Model/Dlna/MediaOptions.cs#L86
The property name 'MaxBitrate' is confusing given the existence of method 'GetMaxBitrate'. Rename or remove one of these members. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1721)