Skip to content

chore(deps): bump Avalonia, Microsoft.Extensions, OpenTelemetry, and other packages to latest versions #720

chore(deps): bump Avalonia, Microsoft.Extensions, OpenTelemetry, and other packages to latest versions

chore(deps): bump Avalonia, Microsoft.Extensions, OpenTelemetry, and other packages to latest versions #720

Triggered via pull request November 15, 2024 19:44
Status Failure
Total duration 3m 2s
Artifacts

codeql.yml

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

Annotations

5 errors and 10 warnings
Analyze (csharp): src/Beutl.Engine/Graphics/Image.cs#L160
'Mat.Mat(int, int, MatType, nint, long)' is obsolete: 'Use Mat.FromPixelData instead. This constructor has been deprecated because the introduction of 'nint' made overload resolution confusing.'
Analyze (csharp): src/Beutl.Engine/Graphics/Image.cs#L165
'Mat.Mat(int, int, MatType, nint, long)' is obsolete: 'Use Mat.FromPixelData instead. This constructor has been deprecated because the introduction of 'nint' made overload resolution confusing.'
Analyze (csharp): src/Beutl.Engine/Graphics/Image.cs#L160
'Mat.Mat(int, int, MatType, nint, long)' is obsolete: 'Use Mat.FromPixelData instead. This constructor has been deprecated because the introduction of 'nint' made overload resolution confusing.'
Analyze (csharp): src/Beutl.Engine/Graphics/Image.cs#L165
'Mat.Mat(int, int, MatType, nint, long)' is obsolete: 'Use Mat.FromPixelData instead. This constructor has been deprecated because the introduction of 'nint' made overload resolution confusing.'
Analyze (csharp)
Process completed with exit code 1.
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/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): 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/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.