Skip to content

CodeQL

CodeQL #8

Triggered via schedule March 14, 2024 02:29
Status Success
Total duration 9m 29s
Artifacts

ci-codeql-analysis.yml

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

Annotations

10 warnings
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/Dlna/ProfileConditionValue.cs#L5
Mark enums with FlagsAttribute (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1027)
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/Dlna/ContainerProfile.cs#L14
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)
Analyze (csharp): MediaBrowser.Model/Dlna/StreamInfo.cs#L59
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)