Skip to content

CodeQL

CodeQL #655

Triggered via schedule October 27, 2024 01:39
Status Success
Total duration 7m 40s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): nukebuild/Build.cs#L121
'FileSystemTasks.CopyFile(AbsolutePath, AbsolutePath, FileExistsPolicy, bool)' is obsolete: 'Use AbsolutePath.Copy'
Analyze (csharp): nukebuild/Build.cs#L139
'FileSystemTasks.CopyFile(AbsolutePath, AbsolutePath, FileExistsPolicy, bool)' is obsolete: 'Use AbsolutePath.Copy'
Analyze (csharp): src/Beutl.Engine/Media/Decoding/APNG/Chunks/fdATChunk.cs#L5
Non-nullable property 'FrameData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Beutl.Engine/Media/Decoding/APNG/Chunks/fdATChunk.cs#L10
Non-nullable property 'FrameData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Beutl.Engine/Media/Decoding/APNG/Chunks/fdATChunk.cs#L15
Non-nullable property 'FrameData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Beutl.Engine/Media/Decoding/APNG/Frame.cs#L12
Non-nullable property 'IHDRChunk' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Beutl.Engine/Media/Decoding/APNG/Frame.cs#L22
Non-nullable property 'IENDChunk' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Beutl.Extensions.AVFoundation/Encoding/AVFEncodingController.cs#L168
'AVAssetWriter.FinishWriting()' is obsolete: 'Deprecated in iOS 6.0. Use the asynchronous FinishWriting(NSAction completionHandler) instead'
Analyze (csharp): tests/PackageSample/SamplePageExtension.cs#L41
Member 'SamplePageExtension.GetFilledIcon()' overrides obsolete member 'PageExtension.GetFilledIcon()'. Add the Obsolete attribute to 'SamplePageExtension.GetFilledIcon()'.
Analyze (csharp): src/Beutl/ViewModels/Tools/SourceOperatorsTabViewModel.cs#L128
'ToolTabExtension.TabPlacement.Right' is obsolete: 'Use 'BottomLeft' or 'BottomRight' instead.'