Skip to content

Merge pull request #1187 from b-editor/fix/remove-old-class-usage #761

Merge pull request #1187 from b-editor/fix/remove-old-class-usage

Merge pull request #1187 from b-editor/fix/remove-old-class-usage #761

Triggered via push November 30, 2024 04:24
Status Success
Total duration 7m 14s
Artifacts

codeql.yml

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

Annotations

10 warnings
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.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.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.'
Analyze (csharp): src/Beutl/ViewModels/Tools/SceneSettingsTabViewModel.cs#L127
'ToolTabExtension.TabPlacement.Right' is obsolete: 'Use 'BottomLeft' or 'BottomRight' instead.'
Analyze (csharp): src/Beutl/ViewModels/Tools/ObjectPropertyEditorViewModel.cs#L43
'ToolTabExtension.TabPlacement.Right' is obsolete: 'Use 'BottomLeft' or 'BottomRight' instead.'